Little Bookmark Box - Modify and Add

Modify & Add a link to your Little Bookmark Box.

Little Bookmark Box - Modify and Add là gì?

Little Bookmark Box - Modify and Add là một tiện ích mở rộng Chrome được phát triển bởi https://www.pointworks.de, và tính năng chính của nó là "Modify & Add a link to your Little Bookmark Box.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Little Bookmark Box - Modify and Add

Tải xuống các tệp mở rộng Little Bookmark Box - Modify and Add 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

                        •• Requires Little Bookmark Box App for Mac OS X ••

This extension makes it easy to bookmark the page you are viewing with a single click.
You can select the Box, add a note, add tags, or change the title.

For more information, and a free trial version of the Little Bookmark Box App, visit:
http://www.pointworks.de/software/little-bookmark-box/                    

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

Tên Little Bookmark Box - Modify and Add Little Bookmark Box - Modify and Add
ID hpegpphipfkpcbjbmahcjnmfcbkagcgj
URL Chính Thức https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj
Mô tả Modify & Add a link to your Little Bookmark Box.
Kích Thước Tệp 42.02 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-05-02
Ngày Phát Hành 2016-05-01
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.pointworks.de
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.pointworks.de/software/little-bookmark-box/
URL Trang Trợ Giúp http://www.pointworks.de/software/little-bookmark-box/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Little Bookmark Box - Modify and Add",
    "description": "Modify & Add a link to your Little Bookmark Box.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Modify & Add a link to your Little Bookmark Box",
        "default_icon": "small_icon_plus.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "lbb_128.png",
        "16": "lbb_16.png",
        "48": "lbb_48.png"
    }
}