SJW to Skeleton
Replaces the text 'SJW' with 'skeleton'.
什么是SJW to Skeleton?
SJW to Skeleton是由Alex Hong开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'SJW' with 'skeleton'.”。
扩展截图
下载SJW to Skeleton扩展crx文件
下载SJW to Skeleton扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | SJW to Skeleton |
ID | kckodmjikeoncekpplppkkcjolofmacc |
官方URL | https://chromewebstore.google.com/detail/sjw-to-skeleton/kckodmjikeoncekpplppkkcjolofmacc |
简介 | Replaces the text 'SJW' with 'skeleton'. |
文件大小 | 15.95 KB |
安装次数 | 1,813 |
当前版本 | 1.6 |
更新时间 | 2014-11-16 |
上架时间 | 2014-11-16 |
评分 | 4.89/5 共170次评分 |
开发者 | Alex Hong |
付费类型 | free |
扩展官网 | https://github.com/alexhong/sjw-to-skeleton |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SJW to Skeleton", "version": "1.6", "description": "Replaces the text 'SJW' with 'skeleton'.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |