Timestamp converter

Extension for convert timestamp to date and date to timestamp

Timestamp converter란 무엇입니까?

Timestamp converter은(는) Makarov&Ibragimova에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for convert timestamp to date and date to timestamp"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Timestamp converter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}