BB Ex
Layout fixes on BitBucket
Cos'è BB Ex?
BB Ex è un'estensione di Chrome sviluppata da csbubbles, e la sua funzione principale è "Layout fixes on BitBucket".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BB Ex
Scarica i file di estensione BB Ex in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Allows to show/hide columns on BitBucket's "Issues" page and change the number of spaces for the indent size (code view).
Informazioni di Base sull'Estensione
Nome | BB Ex |
ID | fmojbbgceielgehcihacicbdhednlkcl |
URL Ufficiale | https://chromewebstore.google.com/detail/bb-ex/fmojbbgceielgehcihacicbdhednlkcl |
Descrizione | Layout fixes on BitBucket |
Dimensione del File | 54.67 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 0.0.12 |
Ultimo Aggiornamento | 2015-05-03 |
Data di Pubblicazione | 2015-05-02 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | csbubbles |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://bitbucket.org/bugzinga/bb-ex |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BB Ex", "description": "Layout fixes on BitBucket", "version": "0.0.12", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "img\/icon-48.png", "default_popup": "settings.html" }, "content_scripts": [ { "matches": [ "http:\/\/bitbucket.org\/*", "https:\/\/bitbucket.org\/*" ], "js": [ "jquery-1.10.2.min.js", "content.js" ] } ] } |