History Keeper
Keeping deleted and visited url history
History Keeperとは何ですか?
History Keeperはbrowserinspectorによって開発されたChromeの拡張機能で、その主な機能は「Keeping deleted and visited url history」です。
拡張機能のスクリーンショット
History Keeper拡張機能のCRXファイルをダウンロード
History Keeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
To keeper your visited and deleted url history
拡張機能の基本情報
名前 | History Keeper |
ID | gebpccdpnkhendljmgniflcjbcopoaag |
公式URL | https://chromewebstore.google.com/detail/history-keeper/gebpccdpnkhendljmgniflcjbcopoaag |
説明 | Keeping deleted and visited url history |
ファイルサイズ | 11.36 KB |
インストール数 | 543 |
現在のバージョン | 1.2 |
最終更新日 | 2020-05-04 |
公開日 | 2020-05-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | browserinspector |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Keeper", "version": "1.2", "description": "Keeping deleted and visited url history", "permissions": [ "storage", "history" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "deletedUrls.html", "default_icon": "images\/get_started48.png" }, "icons": { "16": "images\/get_started16.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |