Book Marker
This extension adds bookmarks manager to chrome to organize your bookmarks
Qu'est-ce que Book Marker ?
Book Marker est une extension Chrome développée par https://www.bkmarker.com, et sa fonction principale est "This extension adds bookmarks manager to chrome to organize your bookmarks".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Book Marker
Téléchargez les fichiers d'extension Book Marker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | ldemmkjhmdcgiejjnjkggfjlaobegcan |
| URL Officiel | https://chromewebstore.google.com/detail/book-marker/ldemmkjhmdcgiejjnjkggfjlaobegcan |
| Description | This extension adds bookmarks manager to chrome to organize your bookmarks |
| Taille du Fichier | 311 KB |
| Nombre d'Installations | 66 |
| Version Actuelle | 1.2.17 |
| Dernière Mise à Jour | 2016-07-08 |
| Date de Publication | 2016-07-08 |
| Évaluation | 4.00/5 Total 5 Évaluations |
| Développeur | https://www.bkmarker.com |
| Type de Paiement | free |
| Site Web de l'Extension | http://www.bkmarker.com/ |
| URL de la Page d'Aide | http://bkmarker.com/faq |
| Langues Prises en Charge | 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\/; "
} | |