Url Logging

Your Privacy is my priority :)

Url Loggingคืออะไร?

Url Logging เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Esmaeil keshavarz และคุณลักษณะหลักของมันคือ "Your Privacy is my priority :)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Url Logging

ดาวน์โหลดไฟล์ส่วนขยาย Url Logging ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This is a URL(Domain) logging tool, which logs the surfed URLs and the duration of every one .
Of course private mode has been taken into consideration and private surfed URLs will not be logged.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Url Logging Url Logging
ID djffphnokodlhnclnnkcdkijanipbbbi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/url-logging/djffphnokodlhnclnnkcdkijanipbbbi
คำอธิบาย Your Privacy is my priority :)
ขนาดไฟล์ 217 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2020-11-05
วันที่เผยแพร่ 2020-10-26
ผู้พัฒนา Esmaeil keshavarz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.3",
    "name": "Url Logging",
    "description": "Your Privacy is my priority :)",
    "icons": {
        "16": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon400.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "activeTab",
        "contextMenus",
        ""
    ]
}