Book Marker

This extension adds bookmarks manager to chrome to organize your bookmarks

Book Marker là gì?

Book Marker là một tiện ích mở rộng Chrome được phát triển bởi https://www.bkmarker.com, và tính năng chính của nó là "This extension adds bookmarks manager to chrome to organize your bookmarks".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Book Marker

Tải xuống các tệp mở rộng Book Marker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Book Marker Book Marker
ID ldemmkjhmdcgiejjnjkggfjlaobegcan
URL Chính Thức https://chromewebstore.google.com/detail/book-marker/ldemmkjhmdcgiejjnjkggfjlaobegcan
Mô tả This extension adds bookmarks manager to chrome to organize your bookmarks
Kích Thước Tệp 311 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 1.2.17
Cập Nhật Lần Cuối 2016-07-08
Ngày Phát Hành 2016-07-08
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.bkmarker.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.bkmarker.com/
URL Trang Trợ Giúp http://bkmarker.com/faq
Ngôn Ngữ Được Hỗ Trợ 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\/; "
}