Better History
Replace the default browser history with this better history display.
Better Historyとは何ですか?
Better Historyはraingartによって開発されたChromeの拡張機能で、その主な機能は「Replace the default browser history with this better history display.」です。
拡張機能のスクリーンショット
Better History拡張機能のCRXファイルをダウンロード
Better History拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Powerful history manager for Chromium 拡張機能の基本情報
| 名前 | |
| ID | pmolchcgkagchldkgphmlaplgmagldfn |
| 公式URL | https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn |
| 説明 | Replace the default browser history with this better history display. |
| ファイルサイズ | 151 KB |
| インストール数 | 733 |
| 現在のバージョン | 1.31.2 |
| 最終更新日 | 2023-08-23 |
| 公開日 | 2023-07-19 |
| 評価 | 4.33/5 合計 3 レビュー |
| 開発者 | raingart |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/raingart/Better-History |
| 対応言語 | en,fr,tr,bg,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_application_title__",
"description": "__MSG_application_description__",
"version": "1.31.2",
"default_locale": "en",
"icons": {
"16": "assets\/img\/icon_16.png",
"32": "assets\/img\/icon_32.png",
"48": "assets\/img\/icon_48.png",
"64": "assets\/img\/icon_64.png",
"128": "assets\/img\/icon_128.png"
},
"manifest_version": 3,
"permissions": [
"favicon",
"history",
"storage"
],
"chrome_url_overrides": {
"history": "history.html"
},
"action": {
"default_icon": {
"16": "assets\/img\/icon_16.png",
"32": "assets\/img\/icon_32.png"
},
"default_title": "__MSG_application_title__",
"default_popup": "popup.html"
}
} | |