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
Eメール [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"
    ]
}