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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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