Hashtags for Chrome bookmarks
Manage your Chrome bookmarks by adding #hashtags!
Qu'est-ce que Hashtags for Chrome bookmarks ?
Hashtags for Chrome bookmarks est une extension Chrome développée par thsr, et sa fonction principale est "Manage your Chrome bookmarks by adding #hashtags!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hashtags for Chrome bookmarks
Téléchargez les fichiers d'extension Hashtags for Chrome 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
Add #hashtags to your bookmarks titles and manage them simply! Build and explore your tag cloud. Bookmarks views: - by folder - by date last added Lightweight and easy to use. You can still use your folders and bookmarks bar!
Informations de Base sur l'Extension
Nom | Hashtags for Chrome bookmarks |
ID | ggndngobgohoahajpknfbmfnamlfkilg |
URL Officiel | https://chromewebstore.google.com/detail/hashtags-for-chrome-bookm/ggndngobgohoahajpknfbmfnamlfkilg |
Description | Manage your Chrome bookmarks by adding #hashtags! |
Taille du Fichier | 389 KB |
Nombre d'Installations | 42 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2019-04-18 |
Date de Publication | 2019-04-18 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | thsr |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hashtags for Chrome bookmarks", "description": "Manage your Chrome bookmarks by adding #hashtags!", "version": "1.1.0", "manifest_version": 2, "icons": { "48": "icons\/new128.png", "128": "icons\/new128.png" }, "browser_action": { "default_title": "Hashtags for Chrome bookmarks" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/" ], "options_ui": { "page": "options\/options.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |