Buddhist Era to Christian Era

Change Buddhist Era to Christian Era when highlighting a text. (Based on Thai Solar Calendar)

What is Buddhist Era to Christian Era?

Buddhist Era to Christian Era is a Chrome extension developed by phwt.smwt, and its main feature is "Change Buddhist Era to Christian Era when highlighting a text. (Based on Thai Solar Calendar)".

Extension Screenshots

screenshot

Download Buddhist Era to Christian Era Extension CRX File

Download Buddhist Era to Christian Era extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Change year format from Buddhist Era to Christian Era on text highlighting.

Example : 2560 > 2017                    

Extension Basic Information

Name Buddhist Era to Christian Era Buddhist Era to Christian Era
ID ijcplkjiabnjmdeokicnmaohobiblfjd
Official URL https://chromewebstore.google.com/detail/buddhist-era-to-christian/ijcplkjiabnjmdeokicnmaohobiblfjd
Description Change Buddhist Era to Christian Era when highlighting a text. (Based on Thai Solar Calendar)
File Size 44.51 KB
Installation Count 40
Current Version 1.2
Last Updated 2018-04-26
Publish Date 2018-04-26
Rating 5.00/5 Total 1 Ratings
Developer phwt.smwt
Payment Type free
Supported Languages en,th
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "th",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "\/assets\/icon128.png",
        "16": "\/assets\/icon16.png",
        "48": "\/assets\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApzfpKnAeXTmE35hFETp+LTHM1vmiPBo7q9MvrugA1CvvWiV7bN\/rDbx1z9IgVsBgF61GafsAjMo88elqKK413xdh+RnchTOxkCbXJDY0Xn+TcTCcj0r3OqKwVPGEJij0NvPQXLxwH1aTP12QycQiHugIOk1OxwoPrxoQJfGmxkfsCz+1XLNkFT6Zq80JW5rW6cxaYGVAqgRQYIrP1NavW4N+Y4n55wZqaNPHree0CfohrFsTvnMYOcejFyipP96GvuTgAHTfIpNH\/89apPby+MHpzW0TnPenACqafxzu+VPNbIEJ2zMd+7GLD4GNkUjmvwcSZPiXyiiEzYLMIWoJXQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}