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 |
| 官方網址 | 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"
} | |