BB Ex
Layout fixes on BitBucket
Co to jest BB Ex?
BB Ex to rozszerzenie Chrome opracowane przez csbubbles, a jego główną funkcją jest „Layout fixes on BitBucket”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BB Ex
Pobierz pliki rozszerzeń BB Ex w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Allows to show/hide columns on BitBucket's "Issues" page and change the number of spaces for the indent size (code view). Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fmojbbgceielgehcihacicbdhednlkcl |
| Oficjalny URL | https://chromewebstore.google.com/detail/bb-ex/fmojbbgceielgehcihacicbdhednlkcl |
| Opis | Layout fixes on BitBucket |
| Rozmiar pliku | 54.67 KB |
| Liczba instalacji | 41 |
| Aktualna Wersja | 0.0.12 |
| Ostatnia Aktualizacja | 2015-05-03 |
| Data Publikacji | 2015-05-02 |
| Ocena | 4.75/5 Łącznie 8 Oceny |
| Deweloper | csbubbles |
| Typ Płatności | free |
| Strona Rozszerzenia | https://bitbucket.org/bugzinga/bb-ex |
| Obsługiwane Języki | 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"
]
}
]
} | |