Timestamp Converter

Provides a popup readable date when select any section

Qu'est-ce que Timestamp Converter ?

Timestamp Converter est une extension Chrome développée par Derek, et sa fonction principale est "Provides a popup readable date when select any section".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Timestamp Converter

Téléchargez les fichiers d'extension Timestamp Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Timestamp Converter Timestamp Converter
ID lkimdngebkdfnganekalmamibcdnajln
URL Officiel https://chromewebstore.google.com/detail/timestamp-converter/lkimdngebkdfnganekalmamibcdnajln
Description Provides a popup readable date when select any section
Taille du Fichier 42.68 KB
Nombre d'Installations 68
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-01-29
Date de Publication 2022-01-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur Derek
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}