Awesome Button Bar
Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!
Wat is Awesome Button Bar?
Awesome Button Bar is een Chrome-extensie ontwikkeld door https://upway2late.com, en de belangrijkste functie is "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!".
Extensie Screenshots
Download het CRX-bestand van de extensie Awesome Button Bar
Download Awesome Button Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Awesome Button Bar |
ID | bcmfandagknmpnambbppcpgclkccgigb |
Officiële URL | https://chromewebstore.google.com/detail/awesome-button-bar/bcmfandagknmpnambbppcpgclkccgigb |
Beschrijving | Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome! |
Bestandsgrootte | 45.48 KB |
Aantal Installaties | 1,663 |
Huidige Versie | 1.2.0.0 |
Laatst Bijgewerkt | 2016-09-22 |
Publicatiedatum | 2016-09-22 |
Beoordeling | 4.00/5 Totaal 20 Beoordelingen |
Ontwikkelaar | https://upway2late.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.upway2late.com/projects/buttons-project |
Help Pagina-URL | http://www.upway2late.com/projects/buttons-project |
URL van de Privacybeleid Pagina | http://www.upway2late.com |
Ondersteunde Talen | 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 } |