Awesome Options Button
Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.
Qu'est-ce que Awesome Options Button ?
Awesome Options Button est une extension Chrome développée par https://upway2late.com, et sa fonction principale est "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Awesome Options Button
Téléchargez les fichiers d'extension Awesome Options Button 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
It is a shortcut button to open the Chrome options page.
Informations de Base sur l'Extension
Nom | Awesome Options Button |
ID | plbcofniomdgojippejpigepjbclnadg |
URL Officiel | https://chromewebstore.google.com/detail/awesome-options-button/plbcofniomdgojippejpigepjbclnadg |
Description | Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected. |
Taille du Fichier | 33.66 KB |
Nombre d'Installations | 63 |
Version Actuelle | 1.2.0.0 |
Dernière Mise à Jour | 2020-12-08 |
Date de Publication | 2016-09-22 |
Évaluation | 5.00/5 Total 1 É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 Options Button", "version": "1.2.0.0", "description": "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.", "icons": { "16": "options_16.png", "48": "options_48.png", "128": "options_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "options_19.png", "default_title": "Awesome Options Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |