Snip n Share

Share, Search and Annotate the snippets on web.

什么是Snip n Share?

Snip n Share是由www.sabareesh.me开发的Chrome扩展程序,该扩展的主要功能是“Share, Search and Annotate the snippets on web.”。

扩展截图

screenshot
screenshot

下载Snip n Share扩展crx文件

下载Snip n Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Share, Search and Annotate the snippets on web                    

扩展基本信息

名称 Snip n Share Snip n Share
ID ohdkmhmjihoopjoknljbijjjppmopclm
官方URL https://chrome.google.com/webstore/detail/snip-n-share/ohdkmhmjihoopjoknljbijjjppmopclm
简介 Share, Search and Annotate the snippets on web.
文件大小 50.83 KB
安装次数 45
当前版本 1.0
更新时间 2016-11-22
上架时间 2016-11-22
评分 1.00/5 共1次评分
开发者 www.sabareesh.me
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}