Dewey

The best way to save bookmarks, create collections and share with your friends.

Dewey là gì?

Dewey là một tiện ích mở rộng Chrome được phát triển bởi https://dewey.to, và tính năng chính của nó là "The best way to save bookmarks, create collections and share with your friends.".

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

screenshot
screenshot
screenshot

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

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

                        The best way to save bookmarks, create collections and share with groups.                    

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

Tên Dewey Dewey
ID labhdidhpgcfnoapbokkiekglejmlmbj
URL Chính Thức https://chromewebstore.google.com/detail/dewey/labhdidhpgcfnoapbokkiekglejmlmbj
Mô tả The best way to save bookmarks, create collections and share with your friends.
Kích Thước Tệp 601 KB
Số Lần Cài Đặt 125
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2014-08-11
Ngày Phát Hành 2014-08-11
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://dewey.to
Loại Thanh Toán free
Trang Web Mở Rộng http://dewey.to
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dewey",
    "description": "The best way to save bookmarks, create collections and share with your friends.",
    "version": "0.3.2",
    "omnibox": {
        "keyword": "dewey"
    },
    "icons": {
        "128": "dewey-icon-lg.png",
        "16": "dewey-icon-omni.png"
    },
    "permissions": [
        "",
        "tabs",
        "bookmarks"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dewey.to\/*",
                "http:\/\/dewey.to\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "check-dewey-browser-extension.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.pubnub.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": "dewey-sm.png",
        "default_popup": "index.html"
    }
}