Link Sharing
Link sharing resource
Link Sharingとは何ですか?
Link SharingはTravis Weidenbennerによって開発されたChromeの拡張機能で、その主な機能は「Link sharing resource」です。
拡張機能のスクリーンショット
Link Sharing拡張機能のCRXファイルをダウンロード
Link Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
What's New? ------------- v1.0.2 -Fixed bug on install page that wouldn't close it or open pics in popup. Description ------------- Link Sharing is a project I made in order to easily share links with friends/colleagues. It is an open source extension. You can find the source on my GitHub: https://github.com/travis-w/Link-Sharing Please give feedback and/or contribute to the code.
拡張機能の基本情報
名前 | |
ID | haehadeohhghodnfohinokocaaellnga |
公式URL | https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga |
説明 | Link sharing resource |
ファイルサイズ | 330 KB |
インストール数 | 44 |
現在のバージョン | 1.0.2 |
最終更新日 | 2013-09-14 |
公開日 | 2013-09-14 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Travis Weidenbenner |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/travis-w/Link-Sharing |
ヘルプページのURL | https://github.com/travis-w/Link-Sharing |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Sharing", "version": "1.0.2", "manifest_version": 2, "description": "Link sharing resource", "browser_action": { "default_icon": "images\/icon19.png", "default_title": "Save Link", "default_popup": "index.html" }, "background": { "page": "background.html" }, "options_page": "install.html", "permissions": [ "notifications", "tabs", "https:\/\/api.cloudmine.me\/*", "https:\/\/*.cloudmine.me\/*", "https:\/\/cloudmine.me\/*" ], "web_accessible_resources": [ "images\/icon19.png" ] } |