Snippet Share

Save Text Snippets You Find Around the Web

什么是Snippet Share?

Snippet Share是由gpickett00开发的Chrome扩展程序,该扩展的主要功能是“Save Text Snippets You Find Around the Web”。

下载Snippet Share扩展crx文件

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

扩展使用说明

                        Share Interesting Text Snippets You Find Around The Web                    

扩展基本信息

名称 Snippet Share Snippet Share
ID eehmncbbmmdgplnkmepepjclamgmijch
官方URL https://chrome.google.com/webstore/detail/snippet-share/eehmncbbmmdgplnkmepepjclamgmijch
简介 Save Text Snippets You Find Around the Web
文件大小 42.66 KB
安装次数 10
当前版本 0.2
更新时间 2014-12-08
上架时间 2014-12-08
评分 5.00/5 共1次评分
开发者 gpickett00
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snippet Share",
    "version": "0.2",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "description": "Save Text Snippets You Find Around the Web",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Snippets",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/lib\/meteor-ddp.js",
            "js\/background.js",
            "js\/sample.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    }
}