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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}