Easy Bookmark Manager Extension

This extension makes it very easy to add new bookmarks.

Easy Bookmark Manager Extension là gì?

Easy Bookmark Manager Extension là một tiện ích mở rộng Chrome được phát triển bởi Rudi Olckers, và tính năng chính của nó là "This extension makes it very easy to add new bookmarks.".

Ả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 Easy Bookmark Manager Extension

Tải xuống các tệp mở rộng Easy Bookmark Manager Extension 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

                        This extension compliments the self-hosted Easy Bookmark Manager project (https://github.com/devimust/easy-bookmark-manager) to make adding new bookmark items as painless as possible.                    

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

Tên Easy Bookmark Manager Extension Easy Bookmark Manager Extension
ID hhonlfdhoejpaofmmppaogebkfnbgefi
URL Chính Thức https://chromewebstore.google.com/detail/easy-bookmark-manager-ext/hhonlfdhoejpaofmmppaogebkfnbgefi
Mô tả This extension makes it very easy to add new bookmarks.
Kích Thước Tệp 14.5 KB
Số Lần Cài Đặt 220
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-01-25
Ngày Phát Hành 2016-01-24
Nhà Phát Triển Rudi Olckers
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Bookmark Manager Extension",
    "version": "1.0",
    "description": "This extension makes it very easy to add new bookmarks.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html",
    "permissions": [
        "activeTab",
        "storage"
    ]
}