Helium
INFLATE THE INTERNET!
Heliumとは何ですか?
Heliumはhttp://tifslama.comによって開発されたChromeの拡張機能で、その主な機能は「INFLATE THE INTERNET!」です。
拡張機能のスクリーンショット
Helium拡張機能のCRXファイルをダウンロード
Helium拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you spend time on the internet and also like balloons, this is your dream come true. Click on the Helium icon (yay!) and then try rolling over or clicking any element on the page. Current features include: inflating, deflating, and popping. There are no plans for additional features. When activated, Helium renders any webpage just about useless—but that's what makes it fun.
拡張機能の基本情報
名前 | |
ID | hmbnhlmnpnppfhaeoaegeloegkpkbnfm |
公式URL | https://chrome.google.com/webstore/detail/helium/hmbnhlmnpnppfhaeoaegeloegkpkbnfm |
説明 | INFLATE THE INTERNET! |
ファイルサイズ | 47.54 KB |
インストール数 | 132 |
現在のバージョン | 1.0.2 |
最終更新日 | 2017-01-17 |
公開日 | 2017-01-17 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | http://tifslama.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Helium", "description": "INFLATE THE INTERNET!", "version": "1.0.2", "homepage_url": "http:\/\/tifslama.com\/", "icons": { "16": "helium_logo_19_on.png", "48": "helium_logo_48.png", "128": "helium_logo_128.png" }, "browser_action": { "name": "Mouseover to inflate", "default_icon": "helium_logo_19_off.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery-1.11.1.min.js" ] } ], "permissions": [ "background", "tabs", "notifications", " |