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 |
官方網址 | 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", " |