Last Visited Toolip

Shows last visit time in link toolips.

Wat is Last Visited Toolip?

Last Visited Toolip is een Chrome-extensie ontwikkeld door Rotem Dan, en de belangrijkste functie is "Shows last visit time in link toolips.".

Download het CRX-bestand van de extensie Last Visited Toolip

Download Last Visited Toolip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Last Visited Toolip Last Visited Toolip
ID hgjplicehclhhnijafojpkpancilpmen
Officiële URL https://chrome.google.com/webstore/detail/last-visited-toolip/hgjplicehclhhnijafojpkpancilpmen
Beschrijving Shows last visit time in link toolips.
Bestandsgrootte 21.35 KB
Aantal Installaties 131
Huidige Versie 0.1.4
Laatst Bijgewerkt 2018-03-19
Publicatiedatum 2018-03-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Rotem Dan
Betalingswijze free
Extensiewebsite https://github.com/rotemdan/LastVisitedTooltip
Ondersteunde Talen 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"
    ]
}