Y’allifier

Makes the words of the world a little gentler on the soul.

Y’allifierとは何ですか?

Y’allifierはsteevによって開発されたChromeの拡張機能で、その主な機能は「Makes the words of the world a little gentler on the soul.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Y’allifier takes all phrases on the internet that should be "y’all" and fixes them.                    

拡張機能の基本情報

名前 Y’allifier Y’allifier
ID aicapddnpcanaijnigmldonmponhbgeb
公式URL https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb
説明 Makes the words of the world a little gentler on the soul.
ファイルサイズ 14.84 KB
インストール数 19
現在のバージョン 1.6
最終更新日 2016-08-14
公開日 2016-08-14
評価 4.33/5 合計 6 レビュー
開発者 steev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/asiansteev/y-allifier
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Y\u2019allifier",
    "short_name": "Y\u2019allifier",
    "description": "Makes the words of the world a little gentler on the soul.",
    "author": "steev",
    "version": "1.6",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/Users\/steev\/code\/y-allifier\/you%20all%20test.html"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}