Holocene Epoch Timestamp

Add the Holocene Epoch timestamp (2023 CE becomes 12023 HE) before or after the timestamps present on the webpage (or replace them).

Holocene Epoch Timestamp란 무엇입니까?

Holocene Epoch Timestamp은(는) https://holocenetimestamp.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add the Holocene Epoch timestamp (2023 CE becomes 12023 HE) before or after the timestamps present on the webpage (or replace them)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Holocene Epoch sets the first year of the "recent" epoch 10,000 years before the first Anno Domini (1 AD) for a better grasping of the development of the human civilization. The proposal was advanced by Cesare Emiliani in 1993 (see more in the What is the Holocene Epoch? of the extension).

e.g.
"1 Aug. 2023" can become "1 Aug. 2023 [12023 HE]";
"399 BC" can become "/9602 HE/ 399 BC";
"10 Sep. 259 BC" can become "10 Sep. 9742 HE".


To Be Developed
The alpha/beta version is powered by Regular Expression matching and some compromises have been made. Future iterations will match through Natural Language Processing.                    

확장 프로그램 기본 정보

이름 Holocene Epoch Timestamp Holocene Epoch Timestamp
ID fbdlbdcmaglfifdihlihdpnnnidnippp
공식 URL https://chromewebstore.google.com/detail/holocene-epoch-timestamp/fbdlbdcmaglfifdihlihdpnnnidnippp
설명 Add the Holocene Epoch timestamp (2023 CE becomes 12023 HE) before or after the timestamps present on the webpage (or replace them).
파일 크기 222 KB
설치 횟수 90
현재 버전 1.0.6
최근 업데이트 2023-04-13
출시 날짜 2018-12-12
평점 4.22/5 총 9 개의 평점
개발자 https://holocenetimestamp.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://holocenetimestamp.org
도움말 페이지 URL https://github.com/ly3xqhl8g9/holocene-timestamp
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Holocene Epoch Timestamp",
    "short_name": "HET",
    "description": "Add the Holocene Epoch timestamp (2023 CE becomes 12023 HE) before or after the timestamps present on the webpage (or replace them).",
    "version": "1.0.6",
    "author": "ly3xqhl8g9",
    "action": {
        "default_title": "Holocene Epoch Timestamp",
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "incognito": "spanning",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/jquery-3.1.1.min.js",
                "\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}