Last Visited Toolip

Shows last visit time in link toolips.

Last Visited Toolipとは何ですか?

Last Visited ToolipはRotem Danによって開発されたChromeの拡張機能で、その主な機能は「Shows last visit time in link toolips.」です。

Last Visited Toolip拡張機能のCRXファイルをダウンロード

Last Visited Toolip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Works best when visited links are distinctly colored, such as with the extension:
https://chrome.google.com/webstore/detail/gray-visited-links/kkjgfghpbiglkmaoekkankbcjckihcah

Animated screen capture:
https://giphy.com/gifs/1Ya3O25ThPpUVCOG44                    

拡張機能の基本情報

名前 Last Visited Toolip Last Visited Toolip
ID hgjplicehclhhnijafojpkpancilpmen
公式URL https://chrome.google.com/webstore/detail/last-visited-toolip/hgjplicehclhhnijafojpkpancilpmen
説明 Shows last visit time in link toolips.
ファイルサイズ 21.35 KB
インストール数 131
現在のバージョン 0.1.4
最終更新日 2018-03-19
公開日 2018-03-19
評価 5.00/5 合計 1 レビュー
開発者 Rotem Dan
支払い方法 free
拡張機能のウェブサイト https://github.com/rotemdan/LastVisitedTooltip
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Last Visited Toolip",
    "version": "0.1.4",
    "description": "Shows last visit time in link toolips.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "author": "Rotem Dan",
    "homepage_url": "https:\/\/github.com\/rotemdan\/LastVisitedTooltip",
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "common.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.min.js",
                "common.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": false
        }
    ],
    "permissions": [
        "history"
    ]
}