Easy Clear
A one click cache and history clearer.
什麼是Easy Clear?
Easy Clear是由garganostudios開發的Chrome擴展程式,該擴展的主要功能是“A one click cache and history clearer.”。
下載Easy Clear擴展crx文件
下載Easy Clear擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This app was designed to make clearing your browser cache simpler. Previously, you had to go through the menu, open a new page to view your history, and then delete your browser history and cache. Now, its as simple as three clicks and back to business. Simply click the icon, select the optional history clear check box, and click the button.
擴展基本資訊
名稱 | |
ID | dbglfobhhbhdgpnicebdieloccfedgho |
官方網址 | https://chrome.google.com/webstore/detail/easy-clear/dbglfobhhbhdgpnicebdieloccfedgho |
簡介 | A one click cache and history clearer. |
檔案大小 | 13.02 KB |
安裝次數 | 104 |
目前版本 | 1.2.0 |
更新時間 | 2016-07-20 |
上架時間 | 2016-07-19 |
評分 | 5.00/5 共 1 次評分 |
開發者 | garganostudios |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Clear", "version": "1.2.0", "description": "A one click cache and history clearer.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "browsingData" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "Logos\/Logo16.png", "48": "Logos\/Logo48.png", "128": "Logos\/Logo128.png" }, "manifest_version": 2 } |