nohistory
Easily trigger history logging on/off
Vad är nohistory?
nohistory är en Chrome-tillägg utvecklad av https://sites.google.com/site/tredashx, och dess huvudfunktion är "Easily trigger history logging on/off".
Tilläggsskärmbilder
Ladda ner nohistory-förlängningens CRX-fil
Ladda ner nohistory-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Simple & open-source chrome extension that can easily trigger logging your website history on or off. See more: https://github.com/tre-x/nohistory Grundläggande Information om Tillägg
| Namn | |
| ID | ekilnbdikdapophfmkflnpphpcnpffff |
| Officiell webbadress | https://chromewebstore.google.com/detail/nohistory/ekilnbdikdapophfmkflnpphpcnpffff |
| Beskrivning | Easily trigger history logging on/off |
| Filstorlek | 29.65 KB |
| Antal Installationer | 654 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2019-12-22 |
| Publiceringsdatum | 2019-12-21 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://sites.google.com/site/tredashx |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/tre-x/nohistory |
| Hjälpsida URL | https://sites.google.com/site/tredashx/ |
| Stödda Språk | 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"
]
} | |