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. 拡張機能の基本情報
| 名前 | |
| ID | cojehmillnknijdaddcpngglfjmillmg |
| 公式URL | 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 |
| Eメール | [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"
]
} | |