Squid to Kid
Replaces the text 'squid' with 'kid' and vise versa.
什么是Squid to Kid?
Squid to Kid是由krota开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'squid' with 'kid' and vise versa.”。
下载Squid to Kid扩展crx文件
下载Squid to Kid扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Changes 'squid' to 'kid' and vise versa Source: https://github.com/krota/squid-to-kid Forked from Cloud to Butt: https://github.com/panicsteve/cloud-to-butt
扩展基本信息
名称 | Squid to Kid |
ID | bodbinigjakmbngmdcknimhpnhnmklji |
官方URL | https://chromewebstore.google.com/detail/squid-to-kid/bodbinigjakmbngmdcknimhpnhnmklji |
简介 | Replaces the text 'squid' with 'kid' and vise versa. |
文件大小 | 12.18 KB |
安装次数 | 66 |
当前版本 | 1.1 |
更新时间 | 2016-02-23 |
上架时间 | 2016-02-22 |
评分 | 4.75/5 共8次评分 |
开发者 | krota |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Squid to Kid", "version": "1.1", "description": "Replaces the text 'squid' with 'kid' and vise versa.", "icons": { "16": "icon16.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |