Button: Extensions
Open the Extension Manager with just one click.
Qu'est-ce que Button: Extensions ?
Button: Extensions est une extension Chrome développée par https://browser-extensions.com, et sa fonction principale est "Open the Extension Manager with just one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Button: Extensions
Téléchargez les fichiers d'extension Button: Extensions 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
Informations de Base sur l'Extension
Nom | Button: Extensions |
ID | bikfkbocgddjlkgibgbbjccnbkbgapch |
URL Officiel | https://chromewebstore.google.com/detail/button-extensions/bikfkbocgddjlkgibgbbjccnbkbgapch |
Description | Open the Extension Manager with just one click. |
Taille du Fichier | 11.16 KB |
Nombre d'Installations | 10,447 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-04-21 |
Date de Publication | 2016-04-20 |
Évaluation | 4.52/5 Total 31 Évaluations |
Développeur | https://browser-extensions.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://browser-extensions.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.0", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_openExtensions__" }, "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "permissions": [ "storage", "contextMenus" ] } |