Page Tool
Block specific URLs; Show page links; Cookie Tool and Delete Browsing Data
什么是Page Tool?
Page Tool是由searchpuzzle38开发的Chrome扩展程序,该扩展的主要功能是“Block specific URLs; Show page links; Cookie Tool and Delete Browsing Data”。
扩展截图
下载Page Tool扩展crx文件
下载Page Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
* Block specific URLs - via simple URL snippets, eg. - lens.org - espacenet * Show page links e.g. scripts, images. * Cookies tool: delete, edit, and keep specific cookies. List can be filtered to only show 1 cookie from each domain. * Delete browsing data e.g. cache, history etc.
扩展基本信息
名称 | Page Tool |
ID | bbombkgmpnekkibkifclmcpfagelcopl |
官方URL | https://chromewebstore.google.com/detail/page-tool/bbombkgmpnekkibkifclmcpfagelcopl |
简介 | Block specific URLs; Show page links; Cookie Tool and Delete Browsing Data |
文件大小 | 405 KB |
安装次数 | 32 |
当前版本 | 3 |
更新时间 | 2020-12-07 |
上架时间 | 2020-01-27 |
开发者 | searchpuzzle38 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Tool", "version": "3", "description": "Block specific URLs; Show page links; Cookie Tool and Delete Browsing Data", "permissions": [ "activeTab", "storage", "webRequest", "webRequestBlocking", "cookies", "browsingData", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "browser_action": { "default_title": "Page Tool", "default_popup": "popup.html", "default_icon": { "16": "inc\/icon16.png", "32": "inc\/icon32.png", "48": "inc\/icon48.png", "64": "inc\/icon64.png", "128": "inc\/icon128.png" } }, "icons": { "16": "inc\/icon16.png", "32": "inc\/icon32.png", "48": "inc\/icon48.png", "64": "inc\/icon64.png", "128": "inc\/icon128.png" }, "background": { "scripts": [ "lib.js", "background.js" ] }, "content_scripts": [ { "js": [ "lib.js", "page.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "manifest_version": 2 } |