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
拡張機能の基本情報
名前 | ![]() |
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 |
Eメール | [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" } } |