Simple History Manager
A simple Chrome history manager.
什麼是Simple History Manager?
Simple History Manager是由https://guokai.dev開發的Chrome擴展程式,該擴展的主要功能是“A simple Chrome history manager.”。
擴展截圖
下載Simple History Manager擴展crx文件
下載Simple History Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will replace Chrome's default history manager. It can search or clear browsing history by date range. How to use: • Click this extension's icon • Click menu item from Chrome -> History -> Show Full History • Use Chrome keyboard shortcuts, Windows/Linux is Ctrl + h, Mac is ⌘ + y It supports dark/light theme automatically. Visit https://guokai.dev/ to see all extensions created by me.
擴展基本資訊
名稱 | Simple History Manager |
ID | cojehmillnknijdaddcpngglfjmillmg |
官方網址 | https://chromewebstore.google.com/detail/simple-history-manager/cojehmillnknijdaddcpngglfjmillmg |
簡介 | A simple Chrome history manager. |
檔案大小 | 76.31 KB |
安裝次數 | 2,330 |
目前版本 | 1.3.0 |
更新時間 | 2023-08-25 |
上架時間 | 2020-03-31 |
評分 | 4.54/5 共 13 次評分 |
開發者 | https://guokai.dev |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://guokai.dev/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple History Manager", "version": "1.3.0", "author": "Guokai Han", "manifest_version": 3, "description": "A simple Chrome history manager.", "offline_enabled": true, "minimum_chrome_version": "104", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "chrome_url_overrides": { "history": "history.html" }, "action": [], "background": { "service_worker": "background.js" }, "permissions": [ "history", "storage", "sessions", "tabs", "favicon" ] } |