Custom Bookmarks
Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…
Qu'est-ce que Custom Bookmarks ?
Custom Bookmarks est une extension Chrome développée par evil.bot3000, et sa fonction principale est "Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Custom Bookmarks
Téléchargez les fichiers d'extension Custom Bookmarks 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
Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later stage more actions will be added, like delete, drag & drop bookmarks to folders, and more views.
Informations de Base sur l'Extension
Nom | Custom Bookmarks |
ID | bkhmiabadbepbmipplmhadmhpobofmgj |
URL Officiel | https://chromewebstore.google.com/detail/custom-bookmarks/bkhmiabadbepbmipplmhadmhpobofmgj |
Description | Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later… |
Taille du Fichier | 483 KB |
Nombre d'Installations | 126 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-05-25 |
Date de Publication | 2016-05-13 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | evil.bot3000 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Bookmarks", "version": "0.1", "manifest_version": 2, "icons": { "128": "build\/icons\/icon128.png" }, "chrome_url_overrides": { "bookmarks": "bookmarks.html" }, "permissions": [ "bookmarks" ], "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Custom Bookmarks" } } |