Custom Bookmarks
Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…
Cos'è Custom Bookmarks?
Custom Bookmarks è un'estensione di Chrome sviluppata da evil.bot3000, e la sua funzione principale è "Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Custom Bookmarks
Scarica i file di estensione Custom 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | bkhmiabadbepbmipplmhadmhpobofmgj |
| URL Ufficiale | https://chromewebstore.google.com/detail/custom-bookmarks/bkhmiabadbepbmipplmhadmhpobofmgj |
| Descrizione | Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later… |
| Dimensione del File | 483 KB |
| Conteggio Installazioni | 126 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2016-05-25 |
| Data di Pubblicazione | 2016-05-13 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | evil.bot3000 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |