Easy Bookmark
Easy bookmark pages.
Cos'è Easy Bookmark?
Easy Bookmark è un'estensione di Chrome sviluppata da nghiai3e, e la sua funzione principale è "Easy bookmark pages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy Bookmark
Scarica i file di estensione Easy Bookmark 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
Easy Bookmark - Much more convenient for bookmarking pages. No more wasted time to find and organize your bookmark.
+ Easily find and select which folder that bookmarked pages should belong to.
+ Easily create new folder and save your favorite page.
+ Support auto suggestion to choose folders.
+ Support shortcut key. The default shortcut is Ctrl + Shift + Y.
+ Totally free!!! Informazioni di Base sull'Estensione
| Nome | |
| ID | kdidhjilcckdjjpfddiclfpadmjonpnk |
| URL Ufficiale | https://chromewebstore.google.com/detail/easy-bookmark/kdidhjilcckdjjpfddiclfpadmjonpnk |
| Descrizione | Easy bookmark pages. |
| Dimensione del File | 60.16 KB |
| Conteggio Installazioni | 117 |
| Versione Corrente | 1.3.4 |
| Ultimo Aggiornamento | 2015-11-21 |
| Data di Pubblicazione | 2015-11-21 |
| Valutazione | 4.00/5 Totale 13 Valutazioni |
| Sviluppatore | nghiai3e |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Easy Bookmark",
"version": "1.3.4",
"manifest_version": 2,
"description": "Easy bookmark pages.",
"short_name": "EasyBookmark",
"icons": {
"16": "images\/bookmark16.png",
"24": "images\/bookmark24.png",
"32": "images\/bookmark32.png",
"48": "images\/bookmark48.png"
},
"background": {
"page": "popup.html",
"persistent": true
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"bookmarks",
"tabs"
],
"web_accessible_resources": [
"css\/*.*",
"images\/*.*"
],
"page_action": {
"default_icon": "images\/bookmark16.png",
"default_title": "Bookmark this page",
"default_popup": "popup.html"
},
"commands": {
"_execute_page_action": {
"suggested_key": {
"default": "Ctrl + Shift + Y",
"windows": "Ctrl + Shift + Y",
"mac": "Ctrl + Shift + Y",
"linux": "Ctrl + Shift + Y"
},
"global": false,
"description": "Easy bookmark"
}
}
} | |