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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Holocene Epoch Timestamp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
        ""
    ]
}