Snip n Share

Share, Search and Annotate the snippets on web.

Snip n Share là gì?

Snip n Share là một tiện ích mở rộng Chrome được phát triển bởi www.sabareesh.me, và tính năng chính của nó là "Share, Search and Annotate the snippets on web.".

Ả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 Snip n Share

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

                        Share, Search and Annotate the snippets on web                    

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

Tên Snip n Share Snip n Share
ID ohdkmhmjihoopjoknljbijjjppmopclm
URL Chính Thức https://chrome.google.com/webstore/detail/snip-n-share/ohdkmhmjihoopjoknljbijjjppmopclm
Mô tả Share, Search and Annotate the snippets on web.
Kích Thước Tệp 50.83 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-11-22
Ngày Phát Hành 2016-11-22
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển www.sabareesh.me
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snip n Share",
    "description": "Share, Search and Annotate the snippets on web.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/icon-enabled.png",
        "default_title": "Toggle Snip n Share."
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery.min.js",
            "js\/slip-n-share.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "slip-n-share.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/slip-n-share.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon-enabled.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}