Share for Helium
Share your web page with Helium on OS X.
Share for Heliumとは何ですか?
Share for HeliumはSam A. Horvath-Huntによって開発されたChromeの拡張機能で、その主な機能は「Share your web page with Helium on OS X.」です。
拡張機能のスクリーンショット
Share for Helium拡張機能のCRXファイルをダウンロード
Share for Helium拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Share your web page with Helium on OS X. This project is in no official way affiliated with Helium. Permission for use of the Helium logo has been kindly provided by the creator of Helium.
拡張機能の基本情報
名前 | Share for Helium |
ID | eohchkmfadpiidgfhobbibfgfpakbikd |
公式URL | https://chromewebstore.google.com/detail/share-for-helium/eohchkmfadpiidgfhobbibfgfpakbikd |
説明 | Share your web page with Helium on OS X. |
ファイルサイズ | 131 KB |
インストール数 | 102 |
現在のバージョン | 1.2.2 |
最終更新日 | 2017-02-13 |
公開日 | 2017-02-13 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Sam A. Horvath-Hunt |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Share for Helium", "version": "1.2.2", "manifest_version": 2, "minimum_chrome_version": "41.0.2272.76", "description": "Share your web page with Helium on OS X.", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "64": "img\/icon-64.png", "128": "img\/icon-128.png", "256": "img\/icon-256.png" }, "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "js\/context.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "css\/youtube.css" ], "js": [ "js\/youtube.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "*:\/\/*.twitch.tv\/*" ], "css": [ "css\/twitch.css" ], "js": [ "js\/twitch.js" ], "run_at": "document_end", "all_frames": false } ] } |