Doplnky pre prehliadač Firefox
  • Rozšírenia
  • Témy vzhľadu
    • Pre Firefox
    • Slovníky a jazykové balíky
    • Stránky ostatných prehliadačov
    • Doplnky pre Android
Prihlásiť sa
Náhľad témy Container Buddy

Container Buddy Autor: Kevin Jones

Provides support for addons who want to support Containers features, but do not wish to annoy users not interested in such features. Workaround for bug 1386673. __WARNING__ see bug 1663547 caveat below (applies to all Containers support addons.)

0 (0 reviews)0 (0 reviews)
1 používateľ1 používateľ
Na použitie tohto rozšírenia budete potrebovať Firefox
Stiahnuť Firefox a získať rozšírenie
Stiahnuť súbor

Metadáta rozšírenia

O tomto rozšírení
WARNING - Using this or any other Containers supporting addon can potentially cause unexpected closing of Container tabs if the addon is removed. See Firefox bug 1663547 for details:
https://bugzilla.mozilla.org/show_bug.cgi?id=1663547

Provides Containers support for addons which only need it optionally. Due to bug 1386673, access to Containers data (via contextualIdentities permission) can not be made optional. This is a workaround for a problem that could annoy users. This addon is very lightweight, only 8 lines of code.

Presently, if an addon wants to support the Firefox Containers feature, it will force the Containers feature to be enabled anytime the addon is installed, even if the addon wants to offer those features optionally. This could be annoying to a user who does not want to use Container tabs, eg seeing menus populated with Container-related options. In that case their only option would be to disable the addon.

This addon works as a "buddy" to such type addons. This way the addon does not have to require Containers access (contextualIdentities permission) and force enabling Containers feature even for users who don't want it. Those who wish to use the addon's Containers-related features can install this buddy addon.

Firefox bug 1662329
https://bugzilla.mozilla.org/show_bug.cgi?id=1662329

Addon Devs:

To access the buddy, do something like this:

In place of `await browser.contextualIdentities.get(cookieStoreId)`:

let identity;

try {
identity = await browser.runtime.sendMessage("containerbuddy@containerbuddy.org",
{ topic: "getContainerData", cookieStoreId });
} catch(e) {
// Handle error
};

let { name, color } = identity;

In place of `await browser.contextualIdentities.query({})`:

let identities;

try {
identities = await browser.runtime.sendMessage("containerbuddy@containerbuddy.org",
{ topic: "getIdentities" });
} catch(e) {
// Handle error
};
Hodnotené 0 od 0 recenzentov
Ak chcete ohodnotiť toto rozšírenie, musíte sa prihlásiť
Doplnok zatiaľ nie je ohodnotený

Hodnotenie bolo uložené

5
0
4
0
3
0
2
0
1
0
Zatiaľ žiadne recenzie
Ďalšie informácie
Odkazy doplnku
  • Domovská stránka
  • E‑mail podpory
Verzia
0.0.2
Veľkosť
29,61 kB
Posledná aktualizácia
pred 5 rokmi (8. sep 2020)
Príbuzné kategórie
  • Tvorba webu
  • Karty
Licencia
Len GNU General Public License v3.0
História verzií
  • Zobraziť všetky verzie
Pridať do kolekcie
Nahlásiť tento doplnok
Poznámky k vydaniu pre verziu 0.0.2
Added contextualIdentities.query() support
Ďalšie rozšírenia od autora Kevin Jones
  • Doplnok zatiaľ nie je ohodnotený

  • Doplnok zatiaľ nie je ohodnotený

  • Doplnok zatiaľ nie je ohodnotený

  • Doplnok zatiaľ nie je ohodnotený

  • Doplnok zatiaľ nie je ohodnotený

  • Doplnok zatiaľ nie je ohodnotený

Prejsť na domovskú stránku Mozilly

Doplnky

  • O nás
  • Blog o doplnkoch pre Firefox
  • Workshop tvorby rozšírenia
  • Centrum pre vývojárov
  • Pravidlá pre vývojárov
  • Komunitný blog
  • Fórum
  • Nahlásiť chybu
  • Pokyny pre recenzentov

Prehliadače

  • Desktop
  • Mobile
  • Enterprise

Produkty

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Súkromie
  • Cookies
  • Právne informácie

Ak nie je uvedené inak, obsah tejto stránky je dostupný pod licenciou Creative Commons Attribution Share-Alike License v3.0 alebo jej akejkoľvek vyššej verzie.