Awesome Button Bar
Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!
Co je Awesome Button Bar?
Awesome Button Bar je rozšíření Chrome vyvinuté https://upway2late.com, a jeho hlavní funkcí je „Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Awesome Button Bar
Stáhněte si soubory rozšíření Awesome Button Bar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Too many buttons cluttering up Chrome? This button contains eleven in one. Extensions, history, downloads, bookmarks, view source, options, new window, and print are all here. Recently added buttons are duplicate tab, second home, and refresh all tabs. Showing each button on the bar is optional so you don’t have to have them all if you don’t want them all. Also, each button can be configured to open either in the current window or in a new window. Note: print to a new window now works too!
Základní Informace o Rozšíření
Název | Awesome Button Bar |
ID | bcmfandagknmpnambbppcpgclkccgigb |
Oficiální URL | https://chromewebstore.google.com/detail/awesome-button-bar/bcmfandagknmpnambbppcpgclkccgigb |
Popis | Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome! |
Velikost souboru | 45.48 KB |
Počet instalací | 1,663 |
Aktuální Verze | 1.2.0.0 |
Poslední Aktualizace | 2016-09-22 |
Datum Vydání | 2016-09-22 |
Hodnocení | 4.00/5 Celkem 20 Hodnocení |
Vývojář | https://upway2late.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.upway2late.com/projects/buttons-project |
URL Stránky Nápovědy | http://www.upway2late.com/projects/buttons-project |
URL Stránky Zásad Ochrany Soukromí | http://www.upway2late.com |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Button Bar", "version": "1.2.0.0", "description": "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!", "icons": { "16": "barButton_16.png", "48": "barButton_48.png", "128": "barButton_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "barButton_19.png", "default_title": "Awesome Button Bar", "default_popup": "popup.html" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |