Book Marker

This extension adds bookmarks manager to chrome to organize your bookmarks

Was ist Book Marker?

Book Marker ist eine Chrome-Erweiterung, die von https://www.bkmarker.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds bookmarks manager to chrome to organize your bookmarks".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Book Marker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Book Marker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Book Marker Book Marker
ID ldemmkjhmdcgiejjnjkggfjlaobegcan
Offizielle URL https://chromewebstore.google.com/detail/book-marker/ldemmkjhmdcgiejjnjkggfjlaobegcan
Beschreibung This extension adds bookmarks manager to chrome to organize your bookmarks
Dateigröße 311 KB
Installationsanzahl 66
Aktuelle Version 1.2.17
Letztes Update 2016-07-08
Veröffentlichungsdatum 2016-07-08
Bewertung 4.00/5 Insgesamt 5 Bewertungen
Entwickler https://www.bkmarker.com
Zahlungsart free
Erweiterungswebsite http://www.bkmarker.com/
Hilfeseite URL http://bkmarker.com/faq
Unterstützte Sprachen 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\/; "
}