Dashboard of Bookmarks

Add a new dashboard of bookmarks and override the Chrome Newtab page.

Dashboard of Bookmarks là gì?

Dashboard of Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi Encore Shao, và tính năng chính của nó là "Add a new dashboard of bookmarks and override the Chrome Newtab page.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Add a new dashboard for bookmarks and override the Chrome Newtab page.                    

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

Tên Dashboard of Bookmarks Dashboard of Bookmarks
ID imknfkidkilkomeomcidnnjojiilaofb
URL Chính Thức https://chromewebstore.google.com/detail/dashboard-of-bookmarks/imknfkidkilkomeomcidnnjojiilaofb
Mô tả Add a new dashboard of bookmarks and override the Chrome Newtab page.
Kích Thước Tệp 7.07 MB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2017-11-12
Ngày Phát Hành 2017-11-12
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Encore Shao
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en_US",
    "author": "Encore Shao",
    "short_name": "Bookmarks",
    "name": "Dashboard of Bookmarks",
    "description": "Add a new dashboard of bookmarks and override the Chrome Newtab page.",
    "options_page": "src\/options\/index.html",
    "version": "0.1.5",
    "background": {
        "scripts": [
            "js\/libs.js",
            "js\/bookmark.js",
            "js\/background.js",
            "js\/bg.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/index.html"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "downloads",
        "storage",
        ""
    ]
}