Code Pin

Pin your favorite code

Code Pinとは何ですか?

Code Pinはgonelfによって開発されたChromeの拡張機能で、その主な機能は「Pin your favorite code」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Code Pin拡張機能のCRXファイルをダウンロード

Code Pin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Now you can save pages without images into your Pinterest account like Github and others.
Just install and use.
Visit github page to improve this project: https://github.com/gonelf/pin-code-chrome-extension                    

拡張機能の基本情報

名前 Code Pin Code Pin
ID jejfnidohoiookblfekocmkeogjmhjfe
公式URL https://chrome.google.com/webstore/detail/code-pin/jejfnidohoiookblfekocmkeogjmhjfe
説明 Pin your favorite code
ファイルサイズ 9.17 KB
インストール数 26
現在のバージョン 1.0
最終更新日 2015-08-08
公開日 2015-08-08
開発者 gonelf
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Code Pin",
    "description": "Pin your favorite code",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "CodePin.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs"
    ]
}