Bookmarklet Manager
A manager for bookmarklets
Qu'est-ce que Bookmarklet Manager ?
Bookmarklet Manager est une extension Chrome développée par http://ahmedmusallam.com, et sa fonction principale est "A manager for bookmarklets".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmarklet Manager
Téléchargez les fichiers d'extension Bookmarklet Manager 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 | |
ID | hnfalphalbimcocdnpcjbpkjiaobnkln |
URL Officiel | https://chrome.google.com/webstore/detail/bookmarklet-manager/hnfalphalbimcocdnpcjbpkjiaobnkln |
Description | A manager for bookmarklets |
Taille du Fichier | 5.22 MB |
Nombre d'Installations | 129 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-06-14 |
Date de Publication | 2019-06-14 |
Développeur | http://ahmedmusallam.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ahmed-musallam/chrome-bookmarklet-manager |
URL de la Page d'Aide | https://github.com/ahmed-musallam/chrome-bookmarklet-manager |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarklet Manager", "version": "0.0.1", "manifest_version": 2, "description": "A manager for bookmarklets", "homepage_url": "https:\/\/github.com\/ahmed-musallam\/chrome-bookmarklet-manager", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "options_page": "options\/index.html", "browser_action": { "default_icon": "icons\/icon-19.png", "default_title": "browser action demo", "default_popup": "popup\/popup.html" }, "permissions": [ "bookmarks", "tabs", "storage" ] } |