Storage Manager
Allows users to quickly and easily clear the storage of a web page with a single click!
什麼是Storage Manager?
Storage Manager是由ricky.products1開發的Chrome擴展程式,該擴展的主要功能是“Allows users to quickly and easily clear the storage of a web page with a single click!”。
擴展截圖
下載Storage Manager擴展crx文件
下載Storage Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Storage Manager is a browser extension that allows users to easily manage and clean their browser storage. With this extension, users can view the amount of storage being used by different websites and delete any unwanted data to free up space. Whether you want to declutter your browser or improve its performance, Storage Manager is a useful tool for keeping your browser storage in check.
擴展基本資訊
名稱 | |
ID | mdinknncjoknjjcdkflmdceopmkllgll |
官方網址 | https://chrome.google.com/webstore/detail/storage-manager/mdinknncjoknjjcdkflmdceopmkllgll |
簡介 | Allows users to quickly and easily clear the storage of a web page with a single click! |
檔案大小 | 14.42 KB |
安裝次數 | 1,244 |
目前版本 | 1 |
更新時間 | 2022-12-27 |
上架時間 | 2022-12-27 |
評分 | 5.00/5 共 1 次評分 |
開發者 | ricky.products1 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://home.ottuleringvoic.com/ |
說明頁面URL | https://home.ottuleringvoic.com/contact.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo.png", "default_title": "Storage Manager", "default_popup": "popup.html" }, "description": "Allows users to quickly and easily clear the storage of a web page with a single click!", "icons": { "128": "logo.png" }, "manifest_version": 3, "name": "Storage Manager", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ] } |