Hashtags for Chrome bookmarks
Manage your Chrome bookmarks by adding #hashtags!
Cos'è Hashtags for Chrome bookmarks?
Hashtags for Chrome bookmarks è un'estensione di Chrome sviluppata da thsr, e la sua funzione principale è "Manage your Chrome bookmarks by adding #hashtags!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hashtags for Chrome bookmarks
Scarica i file di estensione Hashtags for Chrome bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | ggndngobgohoahajpknfbmfnamlfkilg |
| URL Ufficiale | https://chromewebstore.google.com/detail/hashtags-for-chrome-bookm/ggndngobgohoahajpknfbmfnamlfkilg |
| Descrizione | Manage your Chrome bookmarks by adding #hashtags! |
| Dimensione del File | 389 KB |
| Conteggio Installazioni | 42 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2019-04-18 |
| Data di Pubblicazione | 2019-04-18 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | thsr |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |