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'" } |