Orkify

An ekstenshun ta translate fings into orky

Orkifyとは何ですか?

OrkifyはSam Vlahosによって開発されたChromeの拡張機能で、その主な機能は「An ekstenshun ta translate fings into orky」です。

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

screenshot

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

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

拡張機能の使用方法

                        A funny extension that changes text from webpages to read like it was written by an Ork from the Warhammer: 40k universe.                    

拡張機能の基本情報

名前 Orkify Orkify
ID cklbdiemefhkfalgpgafmjeocfnbiikb
公式URL https://chromewebstore.google.com/detail/orkify/cklbdiemefhkfalgpgafmjeocfnbiikb
説明 An ekstenshun ta translate fings into orky
ファイルサイズ 78.65 KB
インストール数 80
現在のバージョン 1.1
最終更新日 2022-01-20
公開日 2022-01-16
評価 4.00/5 合計 1 レビュー
開発者 Sam Vlahos
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/SamV522/MakeItOrky
ヘルプページのURL https://github.com/SamV522/MakeItOrky/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Orkify",
    "description": "An ekstenshun ta translate fings into orky",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [],
    "icons": {
        "16": "icons\/icon-bitty.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/makeitorky.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/orky.json"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}