Last Visited Toolip

Shows last visit time in link toolips.

ما هو Last Visited Toolip؟

Last Visited Toolip هو إضافة Chrome تم تطويرها بواسطة Rotem Dan، والميزة الرئيسية لها هي "Shows last visit time in link toolips.".

تحميل ملف CRX للإضافة Last Visited Toolip

قم بتنزيل ملفات الامتداد Last Visited Toolip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}