Origin

Converts all instances of a capital A to ᐰ.

Originとは何ですか?

OriginはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Converts all instances of a capital A to ᐰ.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Origin拡張機能のCRXファイルをダウンロード

Origin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Never forget your point of origin by constantly reminding yourself of it by replacing every capital A with Earth's Stargate point of origin symbol, ᐰ.

source: https://gitlab.com/DanManN/Origin                    

拡張機能の基本情報

名前 Origin Origin
ID ijhbgknnfjnljcbbbkbnmjfhpgdpmmak
公式URL https://chromewebstore.google.com/detail/origin/ijhbgknnfjnljcbbbkbnmjfhpgdpmmak
説明 Converts all instances of a capital A to ᐰ.
ファイルサイズ 7.1 KB
インストール数 65
現在のバージョン 1.0
最終更新日 2018-08-05
公開日 2018-08-04
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Origin",
    "description": "Converts all instances of a capital A to \u1430.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}