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
公式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
Eメール [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",
        ""
    ]
}