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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://holocenetimestamp.org และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Holocene Epoch Timestamp

ดาวน์โหลดไฟล์ส่วนขยาย Holocene Epoch Timestamp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
        ""
    ]
}