Bokemarks.com

Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.

Bokemarks.com là gì?

Bokemarks.com là một tiện ích mở rộng Chrome được phát triển bởi http://www.bokemarks.com, và tính năng chính của nó là "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Bokemarks.com 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

                        Bokemarks is a bookmark manager which saves more than just the icon and title of the webpage. With Bokemarks, you can bookmark the video, the song, the article, the map (and more) depending on which webpage you are bookmarking. You can view your Bokemarks from any device and also add tags and notes to organize your Bokemarks.

How to use it:
Click to Save Bokemark (or Ctrl+S)
Double-Click to view your Bokemarks (or Ctrl+O)                    

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

Tên Bokemarks.com Bokemarks.com
ID edamijjeljkjcinelnicokboenomckhd
URL Chính Thức https://chrome.google.com/webstore/detail/bokemarkscom/edamijjeljkjcinelnicokboenomckhd
Mô tả Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.
Kích Thước Tệp 23.84 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.92
Cập Nhật Lần Cuối 2013-11-18
Ngày Phát Hành 2013-11-18
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://www.bokemarks.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.bokemarks.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bokemarks.com",
    "version": "0.92",
    "description": "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "keyPress.js"
            ]
        }
    ]
}