History Saver
History!
History Saverとは何ですか?
History SaverはBen Xuによって開発されたChromeの拡張機能で、その主な機能は「History!」です。
拡張機能のスクリーンショット
History Saver拡張機能のCRXファイルをダウンロード
History Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Play game and check the security of your browsing history.
拡張機能の基本情報
名前 | |
ID | egmmpalpkmlamglljdhaiclcggaomepi |
公式URL | https://chrome.google.com/webstore/detail/history-saver/egmmpalpkmlamglljdhaiclcggaomepi |
説明 | History! |
ファイルサイズ | 1.19 MB |
インストール数 | 76 |
現在のバージョン | 1.0.0.1 |
最終更新日 | 2014-04-12 |
公開日 | 2014-04-12 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Ben Xu |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Saver", "description": "History!", "version": "1.0.0.1", "icons": { "128": "images\/logo.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "tabs", "history", "https:\/\/raw.githubusercontent.com\/*", "http:\/\/www.avgthreatlabs.com\/website-safety-reports\/domain\/*", "https:\/\/safeweb.norton.com\/report\/show\/*", "http:\/\/api.mywot.com\/0.4\/public_link_json2*", "https:\/\/sb-ssl.google.com\/safebrowsing\/api\/lookup*", "http:\/\/api.webthumbnail.org\/*", "http:\/\/sitecheck3.sucuri.net\/*" ], "browser_action": { "default_icon": "images\/logo.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |