Link Worm
This extension allows you to easily share links with your friends.
Link Wormとは何ですか?
Link Wormはhttp://linkworm.herokuapp.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to easily share links with your friends.」です。
拡張機能のスクリーンショット
Link Worm拡張機能のCRXファイルをダウンロード
Link Worm拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Link Worm is the fastest and easiest way to share links with your friends! If you come across an interesting web page while browsing, simply click the extension icon, select a friend, and it will appear instantly on their computer! In order to use this awesome service, register for FREE at http://linkworm.herokuapp.com and add your friends! New in version 0.1.2: auto-login and loading spinners
拡張機能の基本情報
名前 | |
ID | idkbflehoaffjlpoblldieokepdbcmal |
公式URL | https://chrome.google.com/webstore/detail/link-worm/idkbflehoaffjlpoblldieokepdbcmal |
説明 | This extension allows you to easily share links with your friends. |
ファイルサイズ | 177 KB |
インストール数 | 34 |
現在のバージョン | 0.1.2 |
最終更新日 | 2015-01-02 |
公開日 | 2015-01-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://linkworm.herokuapp.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Worm", "description": "This extension allows you to easily share links with your friends.", "version": "0.1.2", "permissions": [ "http:\/\/linkworm.herokuapp.com\/*", "gcm", "storage", "tabs", "notifications" ], "background": { "scripts": [ "res\/js\/background.js" ] }, "browser_action": { "default_icon": "res\/img\/icon.png", "default_popup": "res\/login.html" }, "icons": { "16": "res\/img\/icon16.png", "48": "res\/img\/icon48.png", "128": "res\/img\/icon128.png" } } |