Book Marker
This extension adds bookmarks manager to chrome to organize your bookmarks
Cos'è Book Marker?
Book Marker è un'estensione di Chrome sviluppata da https://www.bkmarker.com, e la sua funzione principale è "This extension adds bookmarks manager to chrome to organize your bookmarks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Book Marker
Scarica i file di estensione Book Marker 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
BkMarker.com is easy to use bookmarking Service which helps you to store bookmark on your "Personal Bookmark Page" and make sure it will be available wherever you go,just withinn few clicks.
This is your own personal bookmarking service,where you can store your bookmarks,organize bookmark by dragging and dropping within tree structure,add new group,new bookmarks,delete groups,bookmarks,edit bookmarks.
FEATURES
Drag And Drop
Import Bookmark
Export Bookmark
Add New Bookmark
Edit Bookmark
Delete Bookmark
CollapseAll
ExpandAll
Decrease Column
Increase Column
Show Favicons
Do Not Show Favicons
Wrap long link title
Show long link title
Add New Panel
Edit/Delete View
Normal View Informazioni di Base sull'Estensione
| Nome | |
| ID | ldemmkjhmdcgiejjnjkggfjlaobegcan |
| URL Ufficiale | https://chromewebstore.google.com/detail/book-marker/ldemmkjhmdcgiejjnjkggfjlaobegcan |
| Descrizione | This extension adds bookmarks manager to chrome to organize your bookmarks |
| Dimensione del File | 311 KB |
| Conteggio Installazioni | 66 |
| Versione Corrente | 1.2.17 |
| Ultimo Aggiornamento | 2016-07-08 |
| Data di Pubblicazione | 2016-07-08 |
| Valutazione | 4.00/5 Totale 5 Valutazioni |
| Sviluppatore | https://www.bkmarker.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.bkmarker.com/ |
| URL della Pagina di Aiuto | http://bkmarker.com/faq |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Book Marker",
"description": "This extension adds bookmarks manager to chrome to organize your bookmarks",
"version": "1.2.17",
"icons": {
"128": "bkmarker_128x128.png"
},
"permissions": [
"bookmarks",
"storage",
"notifications",
"http:\/\/bkmarker.com\/*"
],
"browser_action": {
"default_title": "Book Marker",
"default_icon": "bkmarker_16x16.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"chrome_url_overrides": {
"bookmarks": "tree.html"
},
"content_security_policy": "object-src 'self'; script-src 'self' https:\/\/bkmarker.com 'unsafe-eval' ;style-src 'self' 'unsafe-inline' ; img-src https:\/\/www.google.com\/; "
} | |