Last Visited Toolip

Shows last visit time in link toolips.

What is Last Visited Toolip?

Last Visited Toolip is a Chrome extension developed by Rotem Dan, and its main feature is "Shows last visit time in link toolips.".

Download Last Visited Toolip Extension CRX File

Download Last Visited Toolip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Last Visited Toolip Last Visited Toolip
ID hgjplicehclhhnijafojpkpancilpmen
Official URL https://chrome.google.com/webstore/detail/last-visited-toolip/hgjplicehclhhnijafojpkpancilpmen
Description Shows last visit time in link toolips.
File Size 21.35 KB
Installation Count 131
Current Version 0.1.4
Last Updated 2018-03-19
Publish Date 2018-03-19
Rating 5.00/5 Total 1 Ratings
Developer Rotem Dan
Payment Type free
Extension Website https://github.com/rotemdan/LastVisitedTooltip
Supported Languages 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"
    ]
}