Timestamp Converter

Provides a popup readable date when select any section

Cos'è Timestamp Converter?

Timestamp Converter è un'estensione di Chrome sviluppata da Derek, e la sua funzione principale è "Provides a popup readable date when select any section".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Timestamp Converter

Scarica i file di estensione Timestamp Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Timestamp Converter Timestamp Converter
ID lkimdngebkdfnganekalmamibcdnajln
URL Ufficiale https://chromewebstore.google.com/detail/timestamp-converter/lkimdngebkdfnganekalmamibcdnajln
Descrizione Provides a popup readable date when select any section
Dimensione del File 42.68 KB
Conteggio Installazioni 68
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-01-29
Data di Pubblicazione 2022-01-29
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Derek
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}