SiteBookmarks
View your bookmarks on the current site from the context (right-click) menu.
Cos'è SiteBookmarks?
SiteBookmarks è un'estensione di Chrome sviluppata da https://site.simonandrewbrown.co.uk, e la sua funzione principale è "View your bookmarks on the current site from the context (right-click) menu.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SiteBookmarks
Scarica i file di estensione SiteBookmarks 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
Adds a context-menu item listing all your bookmarks on the current site. If you have a lot of bookmarks, this makes it easier to go to your favourite pages on the specific site without hunting through your bookmarks.
Source code:
https://github.com/simonbrown/Site-Bookmarks Informazioni di Base sull'Estensione
| Nome | |
| ID | mijccbhecmjbiepdfpbnknpjeiggnomn |
| URL Ufficiale | https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn |
| Descrizione | View your bookmarks on the current site from the context (right-click) menu. |
| Dimensione del File | 49.92 KB |
| Conteggio Installazioni | 91 |
| Versione Corrente | 1.6 |
| Ultimo Aggiornamento | 2012-11-05 |
| Data di Pubblicazione | 2012-11-05 |
| Valutazione | 4.18/5 Totale 11 Valutazioni |
| Sviluppatore | https://site.simonandrewbrown.co.uk |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.isimonbrown.co.uk/contact/ |
| URL della Pagina di Aiuto | http://www.isimonbrown.co.uk/contact/ |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SiteBookmarks",
"description": "View your bookmarks on the current site from the context (right-click) menu.",
"version": "1.6",
"manifest_version": 2,
"background": {
"scripts": [
"main.js"
]
},
"permissions": [
"bookmarks",
"contextMenus"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"options_page": "options.html",
"minimum_chrome_version": "20.0"
} | |