History On/Off

Pause and resume history with a click

Vad är History On/Off?

History On/Off är en Chrome-tillägg utvecklad av https://singleclickapps.com, och dess huvudfunktion är "Pause and resume history with a click".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner History On/Off-förlängningens CRX-fil

Ladda ner History On/Off-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

                        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.                    

Grundläggande Information om Tillägg

Namn History On/Off History On/Off
ID ljbpakpmiimdmblcjjhhbfabbkmcgmdp
Officiell webbadress https://chromewebstore.google.com/detail/history-onoff/ljbpakpmiimdmblcjjhhbfabbkmcgmdp
Beskrivning Pause and resume history with a click
Filstorlek 31.55 KB
Antal Installationer 10,000
Aktuell Version 1.3.6.1
Senast Uppdaterad 2018-01-09
Publiceringsdatum 2018-01-08
Betyg 3.98/5 Totalt 65 Betyg
Utvecklare https://singleclickapps.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://singleclickapps.com/history-on-off/
URL till Sekretesspolicy Sidan https://singleclickapps.com/privacy.html
Stödda Språk 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"
}