Universal share
Share this page with all you want...
Universal shareとは何ですか?
Universal shareはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Share this page with all you want...」です。
拡張機能のスクリーンショット
Universal share拡張機能のCRXファイルをダウンロード
Universal share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Share or send a webpage anywhere you go on the web to different tools / website like : o Send by mail, gMail, Free mail (soon) o Share with Facebook, Google plus, Twitter, (Viadeo, Linkedin soon) o Display on Google mobilizer, Instapaper mobilizer, Readability o Convert to RSS via page2RSS o Add to feedly, Netvibes, The Old Reader o Add to My Yahoo (new feature will arrive later)
拡張機能の基本情報
名前 | Universal share |
ID | paihghjbgnfoebjlepldifjmndmchnij |
公式URL | https://chromewebstore.google.com/detail/universal-share/paihghjbgnfoebjlepldifjmndmchnij |
説明 | Share this page with all you want... |
ファイルサイズ | 82.87 KB |
インストール数 | 455 |
現在のバージョン | 0.23 |
最終更新日 | 2013-10-18 |
公開日 | 2013-10-18 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Universal share", "manifest_version": 2, "version": "0.23", "options_page": "page_options.html", "permissions": [ "tabs", "management" ], "description": "Share this page with all you want...", "icons": { "16": "share16.png", "19": "share19.png", "48": "share48.png", "128": "share128.png" }, "browser_action": { "default_icon": "share19.png", "default_popup": "popup.html", "default_title": "Share\/send with ..." } } |