nohistory
Easily trigger history logging on/off
什麼是nohistory?
nohistory是由https://sites.google.com/site/tredashx開發的Chrome擴展程式,該擴展的主要功能是“Easily trigger history logging on/off”。
擴展截圖
下載nohistory擴展crx文件
下載nohistory擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple & open-source chrome extension that can easily trigger logging your website history on or off. See more: https://github.com/tre-x/nohistory 擴展基本資訊
| 名稱 | |
| ID | ekilnbdikdapophfmkflnpphpcnpffff |
| 官方網址 | https://chromewebstore.google.com/detail/nohistory/ekilnbdikdapophfmkflnpphpcnpffff |
| 簡介 | Easily trigger history logging on/off |
| 檔案大小 | 29.65 KB |
| 安裝次數 | 654 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2019-12-22 |
| 上架時間 | 2019-12-21 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://sites.google.com/site/tredashx |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/tre-x/nohistory |
| 說明頁面URL | https://sites.google.com/site/tredashx/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "nohistory",
"description": "Easily trigger history logging on\/off",
"version": "1.0.0",
"author": "tre-x",
"browser_action": {
"default_icon": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
}
},
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"background": {
"scripts": [
"main.js"
]
},
"permissions": [
"history"
]
} | |