When in Japan

和暦に西暦を併記します

What is When in Japan?

When in Japan is a Chrome extension developed by Olga Belosludova, and its main feature is "和暦に西暦を併記します".

Extension Screenshots

screenshot

Download When in Japan Extension CRX File

Download When in Japan 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

                        インストール後、画面右下に表示される「𝕁」をクリックすることで、閲覧中のウェブサイトに含まれる和暦(元号)に西暦を付記します。

対応年は、明治23年(1890年)以降です。

この拡張機能は全てのウェブサイトで作動するように作られている一方、和暦の記載方法が多様な関係で、相性の悪いウェブサイトもございます。ご理解の上ご利用頂けますと幸いです。                    

Extension Basic Information

Name When in Japan When in Japan
ID igoffjpkiblfabbnohpddlhppfoohdcn
Official URL https://chromewebstore.google.com/detail/when-in-japan/igoffjpkiblfabbnohpddlhppfoohdcn
Description 和暦に西暦を併記します
File Size 90.64 KB
Installation Count 187
Current Version 1.0.1
Last Updated 2024-01-09
Publish Date 2024-01-09
Rating 5.00/5 Total 1 Ratings
Developer Olga Belosludova
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "When in Japan",
    "description": "\u548c\u66a6\u306b\u897f\u66a6\u3092\u4f75\u8a18\u3057\u307e\u3059",
    "version": "1.0.1",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'; ",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "wheninjapan.css"
            ],
            "js": [
                "jquery-3.7.1.js",
                "wheninjapan.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}