Liberal to Lizard

Replaces the text 'liberal' with 'lizard'.

什么是Liberal to Lizard?

Liberal to Lizard是由Alex Hixon开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'liberal' with 'lizard'.”。

下载Liberal to Lizard扩展crx文件

下载Liberal to Lizard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Liberal to Lizard Liberal to Lizard
ID gffjgnochcilollgommfhgndmfanbbnk
官方URL https://chrome.google.com/webstore/detail/liberal-to-lizard/gffjgnochcilollgommfhgndmfanbbnk
简介 Replaces the text 'liberal' with 'lizard'.
文件大小 19.06 KB
安装次数 31
当前版本 1.0
更新时间 2014-09-05
上架时间 2014-09-05
评分 1.00/5 共1次评分
开发者 Alex Hixon
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Liberal to Lizard",
    "version": "1.0",
    "description": "Replaces the text 'liberal' with 'lizard'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}