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
拡張機能の基本情報
名前 | nohistory |
ID | ekilnbdikdapophfmkflnpphpcnpffff |
公式URL | 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 |
Eメール | [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" ] } |