Timestamp Converter

Provides a popup readable date when select any section

Co to jest Timestamp Converter?

Timestamp Converter to rozszerzenie Chrome opracowane przez Derek, a jego główną funkcją jest „Provides a popup readable date when select any section”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Timestamp Converter

Pobierz pliki rozszerzeń Timestamp Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        When you select the timestamp, it will be automatically converted into a readable time, which is easy and convenient to debug the web page.                    

Podstawowe informacje o rozszerzeniu

Nazwa Timestamp Converter Timestamp Converter
ID lkimdngebkdfnganekalmamibcdnajln
Oficjalny URL https://chromewebstore.google.com/detail/timestamp-converter/lkimdngebkdfnganekalmamibcdnajln
Opis Provides a popup readable date when select any section
Rozmiar pliku 42.68 KB
Liczba instalacji 68
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-01-29
Data Publikacji 2022-01-29
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Derek
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Timestamp Converter",
    "description": "Provides a popup readable date when select any section",
    "version": "1.0.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "bubble.css"
            ],
            "js": [
                "jquery.min.js",
                "selection.js"
            ],
            "all_frames": true
        }
    ]
}