nohistory

Easily trigger history logging on/off

Что такое nohistory?

nohistory - это расширение Chrome, разработанное https://sites.google.com/site/tredashx, и его основная функция - "Easily trigger history logging on/off".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения nohistory

Скачайте файлы расширений 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 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
Электронная почта [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"
    ]
}