Last Visited Toolip

Shows last visit time in link toolips.

Last Visited Toolip là gì?

Last Visited Toolip là một tiện ích mở rộng Chrome được phát triển bởi Rotem Dan, và tính năng chính của nó là "Shows last visit time in link toolips.".

Tải xuống tệp CRX của tiện ích mở rộng Last Visited Toolip

Tải xuống các tệp mở rộng Last Visited Toolip dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Last Visited Toolip Last Visited Toolip
ID hgjplicehclhhnijafojpkpancilpmen
URL Chính Thức https://chrome.google.com/webstore/detail/last-visited-toolip/hgjplicehclhhnijafojpkpancilpmen
Mô tả Shows last visit time in link toolips.
Kích Thước Tệp 21.35 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2018-03-19
Ngày Phát Hành 2018-03-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Rotem Dan
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rotemdan/LastVisitedTooltip
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}