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
电子邮箱 [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"
        }
    ]
}