Awesome Button Bar
Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!
Qu'est-ce que Awesome Button Bar ?
Awesome Button Bar est une extension Chrome développée par https://upway2late.com, et sa fonction principale est "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Awesome Button Bar
Téléchargez les fichiers d'extension Awesome Button Bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Awesome Button Bar |
ID | bcmfandagknmpnambbppcpgclkccgigb |
URL Officiel | https://chromewebstore.google.com/detail/awesome-button-bar/bcmfandagknmpnambbppcpgclkccgigb |
Description | Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome! |
Taille du Fichier | 45.48 KB |
Nombre d'Installations | 1,663 |
Version Actuelle | 1.2.0.0 |
Dernière Mise à Jour | 2016-09-22 |
Date de Publication | 2016-09-22 |
Évaluation | 4.00/5 Total 20 Évaluations |
Développeur | https://upway2late.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.upway2late.com/projects/buttons-project |
URL de la Page d'Aide | http://www.upway2late.com/projects/buttons-project |
URL de la Page de Politique de Confidentialité | http://www.upway2late.com |
Langues Prises en Charge | 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 } |