Awesome Button Bar
Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!
Cos'è Awesome Button Bar?
Awesome Button Bar è un'estensione di Chrome sviluppata da https://upway2late.com, e la sua funzione principale è "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Awesome Button Bar
Scarica i file di estensione Awesome Button Bar 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
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!
Informazioni di Base sull'Estensione
Nome | Awesome Button Bar |
ID | bcmfandagknmpnambbppcpgclkccgigb |
URL Ufficiale | https://chromewebstore.google.com/detail/awesome-button-bar/bcmfandagknmpnambbppcpgclkccgigb |
Descrizione | Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome! |
Dimensione del File | 45.48 KB |
Conteggio Installazioni | 1,663 |
Versione Corrente | 1.2.0.0 |
Ultimo Aggiornamento | 2016-09-22 |
Data di Pubblicazione | 2016-09-22 |
Valutazione | 4.00/5 Totale 20 Valutazioni |
Sviluppatore | https://upway2late.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.upway2late.com/projects/buttons-project |
URL della Pagina di Aiuto | http://www.upway2late.com/projects/buttons-project |
URL della Pagina della Politica sulla Privacy | http://www.upway2late.com |
Lingue Supportate | 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 } |