Cyber to Wizard
Replaces the text 'cyber' with 'wizard'.
Cyber to Wizardとは何ですか?
Cyber to WizardはWill Oberndorferによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'cyber' with 'wizard'.」です。
拡張機能のスクリーンショット
Cyber to Wizard拡張機能のCRXファイルをダウンロード
Cyber to Wizard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Replaces 'cyber' with 'wizard'. They're the same thing, right?                     拡張機能の基本情報
| 名前 |  | 
| ID | ijefilfadoeifnioiaajdiioacmdebel | 
| 公式URL | https://chromewebstore.google.com/detail/cyber-to-wizard/ijefilfadoeifnioiaajdiioacmdebel | 
| 説明 | Replaces the text 'cyber' with 'wizard'. | 
| ファイルサイズ | 3.36 KB | 
| インストール数 | 58 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2015-05-26 | 
| 公開日 | 2015-05-25 | 
| 評価 | 5.00/5 合計 6 レビュー | 
| 開発者 | Will Oberndorfer | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/mancxvi/cyber-to-wizard | 
| 対応言語 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyber to Wizard",
    "version": "1.0",
    "description": "Replaces the text 'cyber' with 'wizard'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
} | |