勺子

勺子 - 构建强大知识库,秀出你所长

勺子 là gì?

勺子 là một tiện ích mở rộng Chrome được phát triển bởi zxc.kilik, và tính năng chính của nó là "勺子 - 构建强大知识库,秀出你所长".

Ả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 勺子

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

                        勺子(https://shaozi.info)的chrome插件。

使用步骤:
1. 安装后, 点击地址栏右侧的勺子按钮打开登录窗口。
2. 登录成功后,网页右下侧会出现勺子的按钮。
3. 当您在浏览网页的时候,遇见想收藏的网页,鼠标移至右下侧图标,点击挖一口进行收藏。                    

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

Tên 勺子 勺子
ID damdbfbghmpboiodfhgpbbllaogobebk
URL Chính Thức https://chromewebstore.google.com/detail/%E5%8B%BA%E5%AD%90/damdbfbghmpboiodfhgpbbllaogobebk
Mô tả 勺子 - 构建强大知识库,秀出你所长
Kích Thước Tệp 586 KB
Số Lần Cài Đặt 1,301
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-08-11
Ngày Phát Hành 2016-08-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển zxc.kilik
Loại Thanh Toán free
Trang Web Mở Rộng https://shaozi.info
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "meta.js",
            "deps.js",
            "listeners.js",
            "polyfills.js",
            "api.js",
            "rwsocket.js",
            "socket_commander.js",
            "threadlist.js",
            "lzstring.min.js",
            "main.js",
            "scorefilter.js",
            "contact_search_cache.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/*\/r\/*"
            ],
            "js": [
                "scripts\/api.js",
                "scripts\/installed.js"
            ],
            "matches": [
                "*:\/\/shaozi.info\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "scripts\/api.js",
                "scripts\/deep_link_redirect.js"
            ],
            "matches": [
                "*:\/\/shaozi.info\/r\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "scripts\/api.js",
                "scripts\/support.js"
            ],
            "matches": [
                "*:\/\/support.shaozi.info\/*",
                "*:\/\/shaozi.info\/support*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "styles\/google_inject.css",
                "styles\/friend_card.css"
            ],
            "include_globs": [
                "*:\/\/www.google.c??\/*",
                "*:\/\/www.google.com.??\/*",
                "*:\/\/www.google.co.??\/*",
                "*:\/\/www.google.??\/*",
                "*:\/\/www.baidu.???\/*"
            ],
            "js": [
                "scripts\/api.js",
                "scripts\/lib\/jquery.js",
                "scripts\/lib\/jquery-hoverfu.js",
                "scripts\/lib\/jquery-ui-position.min.js",
                "scripts\/lib\/mustache.js",
                "scripts\/render.js",
                "scripts\/title_from_url.js",
                "scripts\/html\/search\/google.js",
                "scripts\/html\/search\/google_hits.js",
                "scripts\/html\/search\/google_hit.js",
                "scripts\/google_inject.js"
            ],
            "matches": [
                "*:\/\/*\/",
                "*:\/\/*\/?*",
                "*:\/\/*\/#*",
                "*:\/\/*\/search",
                "*:\/\/*\/search?*",
                "*:\/\/*\/search#*",
                "*:\/\/*\/webhp",
                "*:\/\/*\/webhp?*",
                "*:\/\/*\/webhp#*",
                "*:\/\/*\/s*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "default-src 'self'; connect-src http:\/\/*.shaozi.info https:\/\/*.shaozi.info http:\/\/shaozi.info https:\/\/shaozi.info ws:\/\/shaozi.info; img-src data:",
    "description": "\u52fa\u5b50 - \u6784\u5efa\u5f3a\u5927\u77e5\u8bc6\u5e93\uff0c\u79c0\u51fa\u4f60\u6240\u957f",
    "icons": {
        "128": "icons\/shaozi.128.png",
        "256": "icons\/shaozi.256.png",
        "48": "icons\/shaozi.48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "name": "\u52fa\u5b50",
    "page_action": {
        "default_icon": {
            "38": "icons\/url_gray.png"
        },
        "default_title": "\u52fa\u5b50"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "webNavigation",
        "webRequest",
        ""
    ],
    "short_name": "\u52fa\u5b50",
    "version": "1.0.1",
    "web_accessible_resources": [
        "images\/*.gif",
        "images\/*.jpg",
        "images\/*.png",
        "images\/*.svg",
        "scripts\/html\/iframes\/*.js",
        "scripts\/iframes\/*.js",
        "scripts\/iframes\/lib\/*.js",
        "styles\/iframes\/*.css"
    ]
}