Timestamp Converter

Provides a popup readable date when select any section

Wat is Timestamp Converter?

Timestamp Converter is een Chrome-extensie ontwikkeld door Derek, en de belangrijkste functie is "Provides a popup readable date when select any section".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Timestamp Converter

Download Timestamp Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Timestamp Converter Timestamp Converter
ID lkimdngebkdfnganekalmamibcdnajln
Officiële URL https://chromewebstore.google.com/detail/timestamp-converter/lkimdngebkdfnganekalmamibcdnajln
Beschrijving Provides a popup readable date when select any section
Bestandsgrootte 42.68 KB
Aantal Installaties 68
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-01-29
Publicatiedatum 2022-01-29
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Derek
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}