History On/Off
Pause and resume history with a click
什么是History On/Off?
History On/Off是由https://singleclickapps.com开发的Chrome扩展程序,该扩展的主要功能是“Pause and resume history with a click”。
扩展截图
下载History On/Off扩展crx文件
下载History On/Off扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is just a simple on/off switch. Click to pause history logging. Click again to resume.
When activated, it clears the log while you are browsing. That's all it does. 扩展基本信息
| 名称 | |
| ID | ljbpakpmiimdmblcjjhhbfabbkmcgmdp |
| 官方URL | https://chromewebstore.google.com/detail/history-onoff/ljbpakpmiimdmblcjjhhbfabbkmcgmdp |
| 简介 | Pause and resume history with a click |
| 文件大小 | 31.55 KB |
| 安装次数 | 10,000 |
| 当前版本 | 1.3.6.1 |
| 更新时间 | 2018-01-09 |
| 上架时间 | 2018-01-08 |
| 评分 | 3.98/5 共65次评分 |
| 开发者 | https://singleclickapps.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://singleclickapps.com/history-on-off/ |
| 隐私政策页面URL | https://singleclickapps.com/privacy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "History On\/Off",
"version": "1.3.6.1",
"manifest_version": 2,
"homepage_url": "https:\/\/singleclickapps.com\/history-on-off",
"description": "Pause and resume history with a click",
"icons": {
"16": "icon.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"history",
"browsingData",
"contextMenus"
],
"offline_enabled": true,
"browser_action": {
"default_icon": "icon.png",
"default_title": "History On\/Off"
},
"incognito": "spanning",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"options_page": "settings.html"
} | |