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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้านโยบายความเป็นส่วนตัว 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"
}