Bookmarks

Bookmarks popup window gives you quick access to your favorite websites.

Bookmarks là gì?

Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi Make it Simpler, và tính năng chính của nó là "Bookmarks popup window gives you quick access to your favorite websites.".

Ả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 Bookmarks

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

                        Simple and powerful popup bookmark manager. Dropdown list of bookmarks, available at any time. Compact organizer of favorite sites, which is always close at hand.

Size: 17 KB.


✔ Changing bookmarks descriptions and links with one click.

✔ Creating, moving or deleting bookmarks and folders on the fly.

✔ Customizable popup window.

✔ Search bar helps you to find the tab from its description or link (Ctrl + F).                    

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

Tên Bookmarks Bookmarks
ID nciallonbllgijobgkfanodhehkkkkki
URL Chính Thức https://chromewebstore.google.com/detail/bookmarks/nciallonbllgijobgkfanodhehkkkkki
Mô tả Bookmarks popup window gives you quick access to your favorite websites.
Kích Thước Tệp 18.41 KB
Số Lần Cài Đặt 7,554
Phiên Bản Hiện Tại 1.3.4
Cập Nhật Lần Cuối 2016-12-17
Ngày Phát Hành 2016-12-17
Đánh Giá 4.66/5 Tổng số 170 Đánh Giá
Nhà Phát Triển Make it Simpler
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,ru,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "b.htm"
    },
    "name": "__MSG_extName__",
    "version": "1.3.4",
    "description": "__MSG_extDes__",
    "icons": {
        "128": "i\/2.png",
        "48": "i\/1.png",
        "19": "i\/0.png"
    },
    "browser_action": {
        "default_icon": "i\/0.png",
        "default_title": "__MSG_extName__",
        "default_popup": "p.htm"
    },
    "default_locale": "en",
    "options_page": "o.htm",
    "options_ui": {
        "page": "o.htm",
        "chrome_style": true
    },
    "offline_enabled": true,
    "minimum_chrome_version": "42",
    "permissions": [
        "chrome:\/\/favicon\/",
        "bookmarks",
        "storage"
    ]
}