History On/Off

Pause and resume history with a click

Wat is History On/Off?

History On/Off is een Chrome-extensie ontwikkeld door https://singleclickapps.com, en de belangrijkste functie is "Pause and resume history with a click".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie History On/Off

Download History On/Off-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam History On/Off History On/Off
ID ljbpakpmiimdmblcjjhhbfabbkmcgmdp
Officiële URL https://chromewebstore.google.com/detail/history-onoff/ljbpakpmiimdmblcjjhhbfabbkmcgmdp
Beschrijving Pause and resume history with a click
Bestandsgrootte 31.55 KB
Aantal Installaties 10,000
Huidige Versie 1.3.6.1
Laatst Bijgewerkt 2018-01-09
Publicatiedatum 2018-01-08
Beoordeling 3.98/5 Totaal 65 Beoordelingen
Ontwikkelaar https://singleclickapps.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://singleclickapps.com/history-on-off/
URL van de Privacybeleid Pagina https://singleclickapps.com/privacy.html
Ondersteunde Talen 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"
}