Url Logging

Your Privacy is my priority :)

什麼是Url Logging?

Url Logging是由Esmaeil keshavarz開發的Chrome擴展程式,該擴展的主要功能是“Your Privacy is my priority :)”。

擴展截圖

screenshot

下載Url Logging擴展crx文件

下載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
官方網址 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",
        ""
    ]
}