Easy Bookmark Manager Extension
This extension makes it very easy to add new bookmarks.
Qu'est-ce que Easy Bookmark Manager Extension ?
Easy Bookmark Manager Extension est une extension Chrome développée par Rudi Olckers, et sa fonction principale est "This extension makes it very easy to add new bookmarks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Easy Bookmark Manager Extension
Téléchargez les fichiers d'extension Easy Bookmark Manager Extension 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
This extension compliments the self-hosted Easy Bookmark Manager project (https://github.com/devimust/easy-bookmark-manager) to make adding new bookmark items as painless as possible.
Informations de Base sur l'Extension
Nom | Easy Bookmark Manager Extension |
ID | hhonlfdhoejpaofmmppaogebkfnbgefi |
URL Officiel | https://chromewebstore.google.com/detail/easy-bookmark-manager-ext/hhonlfdhoejpaofmmppaogebkfnbgefi |
Description | This extension makes it very easy to add new bookmarks. |
Taille du Fichier | 14.5 KB |
Nombre d'Installations | 220 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-01-25 |
Date de Publication | 2016-01-24 |
Développeur | Rudi Olckers |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Bookmark Manager Extension", "version": "1.0", "description": "This extension makes it very easy to add new bookmarks.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "browser_action": { "default_icon": "icons\/icon19.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "html\/options.html", "permissions": [ "activeTab", "storage" ] } |