Clear This Page
Bypass the clutter from any web article
什麼是Clear This Page?
Clear This Page是由http://clearthis.page開發的Chrome擴展程式,該擴展的主要功能是“Bypass the clutter from any web article”。
擴展截圖
下載Clear This Page擴展crx文件
下載Clear This Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This service takes any web article or news page and returns only the relevant content, freeing you from any clutter, including ads, paywalls, article limits, popups and more. Trigger the extension by clicking on its icon or using the context menu (right click of the mouse) on any page or link.
擴展基本資訊
名稱 | |
ID | jhmmoamfcbidmbmnphlimaombiflfalm |
官方網址 | https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm |
簡介 | Bypass the clutter from any web article |
檔案大小 | 5.67 KB |
安裝次數 | 6,113 |
目前版本 | 1.2 |
更新時間 | 2019-03-08 |
上架時間 | 2019-03-08 |
評分 | 4.33/5 共 33 次評分 |
開發者 | http://clearthis.page |
電子郵箱 | [email protected] |
擴展官網 | https://clearthis.page |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear This Page", "description": "Bypass the clutter from any web article", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ], "browser_action": { "name": "Click to extract content from the current browser tab" }, "icons": { "128": "icon1.png" }, "manifest_version": 2 } |