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
官方網址 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"
    }
}