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 |
Eメール | [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 } |