History On/Off

Pause and resume history with a click

ما هو History On/Off؟

History On/Off هو إضافة Chrome تم تطويرها بواسطة https://singleclickapps.com، والميزة الرئيسية لها هي "Pause and resume history with a click".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة History On/Off

قم بتنزيل ملفات الامتداد History On/Off بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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.                    

معلومات أساسية عن التمديد

الاسم History On/Off History On/Off
ID ljbpakpmiimdmblcjjhhbfabbkmcgmdp
عنوان URL الرسمي https://chromewebstore.google.com/detail/history-onoff/ljbpakpmiimdmblcjjhhbfabbkmcgmdp
الوصف Pause and resume history with a click
حجم الملف 31.55 KB
عدد التثبيتات 10,000
النسخة الحالية 1.3.6.1
آخر تحديث 2018-01-09
تاريخ النشر 2018-01-08
تقييم 3.98/5 مجموع تقييمات 65
المطور https://singleclickapps.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://singleclickapps.com/history-on-off/
عنوان صفحة سياسة الخصوصية https://singleclickapps.com/privacy.html
اللغات المدعومة 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"
}