Forget Tab
Forget current tab's history, storage, cookies and more with just one click!
Forget Tabとは何ですか?
Forget TabはJorviによって開発されたChromeの拡張機能で、その主な機能は「Forget current tab's history, storage, cookies and more with just one click!」です。
拡張機能のスクリーンショット
Forget Tab拡張機能のCRXファイルをダウンロード
Forget Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Forget Tab is a simple extension to easily clear history, cookies, storage, and other data from the current tab. Just click on the toolbar button to clear desired items. A notification will show you what is cleared from the current tab. When the icon is blue, it shows the current tab has - uncleared - data. When it is green, it means desired items (cookies, local storage, session storage, and history) are cleared from the current tab. Note: to report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/forget-tab.html).
拡張機能の基本情報
名前 | Forget Tab |
ID | bdfflloamggdngppokpigggdjccegoio |
公式URL | https://chromewebstore.google.com/detail/forget-tab/bdfflloamggdngppokpigggdjccegoio |
説明 | Forget current tab's history, storage, cookies and more with just one click! |
ファイルサイズ | 33.92 KB |
インストール数 | 162 |
現在のバージョン | 0.1.4 |
最終更新日 | 2024-02-04 |
公開日 | 2019-03-03 |
評価 | 3.00/5 合計 3 レビュー |
開発者 | Jorvi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://mybrowseraddon.com/forget-tab.html |
ヘルプページのURL | https://mybrowseraddon.com/forget-tab.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4", "name": "Forget Tab", "manifest_version": 3, "offline_enabled": true, "homepage_url": "https:\/\/mybrowseraddon.com\/forget-tab.html", "description": "Forget current tab's history, storage, cookies and more with just one click!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "permissions": [ "storage", "history", "activeTab", "scripting", "notifications" ], "action": { "default_title": "Forget Tab", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |