elementZapper
Disappear at once!
什麼是elementZapper?
elementZapper是由http://www.dsebastien.net開發的Chrome擴展程式,該擴展的主要功能是“Disappear at once!”。
擴展截圖
下載elementZapper擴展crx文件
下載elementZapper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to easily remove elements from Web pages. Let's say that a gigantic cat image is bothering you (though you find it lovely) on some Website. You want it gone? Then right click on it, select "Zap!" and there you have it, gone! The same applies to selections that you make on pages; just select a bunch of paragraphs, images, etc, right click, select "Zap!" and they're gone.
擴展基本資訊
名稱 | |
ID | efeljanahmlnjhckmohcfbgkfdjdmnog |
官方網址 | https://chrome.google.com/webstore/detail/elementzapper/efeljanahmlnjhckmohcfbgkfdjdmnog |
簡介 | Disappear at once! |
檔案大小 | 18.52 KB |
安裝次數 | 459 |
目前版本 | 1.1 |
更新時間 | 2013-05-13 |
上架時間 | 2013-05-13 |
評分 | 2.33/5 共 3 次評分 |
開發者 | http://www.dsebastien.net |
付費類型 | free |
擴展官網 | http://www.dsebastien.net |
說明頁面URL | https://github.com/dsebastien/elementZapper |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "elementZapper", "description": "Disappear at once!", "version": "1.1", "icons": { "128": "zap_128.png", "64": "zap_64.png", "32": "zap_32.png", "16": "zap_16.png" }, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.js" ] } ] } |