Settings Button
Provides quick icon access to your Chrome settings.
Co to jest Settings Button?
Settings Button to rozszerzenie Chrome opracowane przez Dan Barnett, a jego główną funkcją jest „Provides quick icon access to your Chrome settings.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Settings Button
Pobierz pliki rozszerzeń Settings Button 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
This is a simple lightweight extension that adds a shortcut button to your browser for quick access to your settings and options. It either opens a new tab, or switches to the downloads tab if you already have it open in another tab. You could nearly accomplish the same thing if you made a bookmark, but this assures you won't open multiple tabs.
Podstawowe informacje o rozszerzeniu
Nazwa | Settings Button |
ID | adakfpemmbngeohfigfpldjimamijoek |
Oficjalny URL | https://chromewebstore.google.com/detail/settings-button/adakfpemmbngeohfigfpldjimamijoek |
Opis | Provides quick icon access to your Chrome settings. |
Rozmiar pliku | 12.45 KB |
Liczba instalacji | 7,000 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2013-06-18 |
Data Publikacji | 2013-06-17 |
Ocena | 4.65/5 Łącznie 23 Oceny |
Deweloper | Dan Barnett |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon_19x19.png" }, "description": "Provides quick icon access to your Chrome settings.", "icons": { "128": "images\/icon_128x128.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png" }, "name": "Settings Button", "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.2" } |