Awesome Button Bar
Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!
Was ist Awesome Button Bar?
Awesome Button Bar ist eine Chrome-Erweiterung, die von https://upway2late.com entwickelt wurde, und ihr Hauptmerkmal ist "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!".
Erweiterungsscreenshots
Awesome Button Bar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Awesome Button Bar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Awesome Button Bar |
ID | bcmfandagknmpnambbppcpgclkccgigb |
Offizielle URL | https://chromewebstore.google.com/detail/awesome-button-bar/bcmfandagknmpnambbppcpgclkccgigb |
Beschreibung | Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome! |
Dateigröße | 45.48 KB |
Installationsanzahl | 1,663 |
Aktuelle Version | 1.2.0.0 |
Letztes Update | 2016-09-22 |
Veröffentlichungsdatum | 2016-09-22 |
Bewertung | 4.00/5 Insgesamt 20 Bewertungen |
Entwickler | https://upway2late.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.upway2late.com/projects/buttons-project |
Hilfeseite URL | http://www.upway2late.com/projects/buttons-project |
URL der Datenschutzrichtlinien-Seite | http://www.upway2late.com |
Unterstützte Sprachen | 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 } |