Timestamp converter

Extension for convert timestamp to date and date to timestamp

Timestamp converter क्या है?

Timestamp converter Makarov&Ibragimova द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for convert timestamp to date and date to timestamp"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Timestamp converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Convert timestamp to date with this extension is easier

1. Converting in one click
2. Switch between DateTime and Timestamp in one click
3. Switch between UTC and Local in one click
4. Copy result in one click
5. View timestamp in datetime on a web page in one click                    

एक्सटेंशन की मूल जानकारी

नाम Timestamp converter Timestamp converter
ID ejimhkccpljbaddcdbnmnciebnakjhoe
आधिकारिक URL https://chromewebstore.google.com/detail/timestamp-converter/ejimhkccpljbaddcdbnmnciebnakjhoe
विवरण Extension for convert timestamp to date and date to timestamp
फ़ाइल का आकार 69.37 KB
स्थापना संख्या 78
वर्तमान संस्करण 2.0
अंतिम अपडेट 2021-02-14
प्रकाशन तिथि 2021-01-31
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Makarov&Ibragimova
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 2,
    "name": "Timestamp converter",
    "description": "Extension for convert timestamp to date and date to timestamp",
    "version": "2.0",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_title": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0435\u0440",
        "default_icon": "img\/16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}