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"
    ]
}