hansah - lowercase the web
lowercase everything. love. pink. polka dots.
什么是hansah - lowercase the web?
hansah - lowercase the web是由kyledreger开发的Chrome扩展程序,该扩展的主要功能是“lowercase everything. love. pink. polka dots.”。
扩展截图
下载hansah - lowercase the web扩展crx文件
下载hansah - lowercase the web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
lowercase is fun, join us! 扩展基本信息
| 名称 | |
| ID | enjbmefgkgffamingnaeiojfiehhggge |
| 官方URL | https://chromewebstore.google.com/detail/hansah-lowercase-the-web/enjbmefgkgffamingnaeiojfiehhggge |
| 简介 | lowercase everything. love. pink. polka dots. |
| 文件大小 | 14.28 KB |
| 安装次数 | 66 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2014-04-09 |
| 上架时间 | 2014-04-09 |
| 评分 | 4.20/5 共5次评分 |
| 开发者 | kyledreger |
| 付费类型 | free |
| 扩展官网 | http://kyledreger.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "hansah - lowercase the web",
"version": "1.0.0",
"manifest_version": 2,
"description": "lowercase everything. love. pink. polka dots.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"hansah.css"
]
}
]
} | |