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 |
| 官方網址 | 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"
]
}
]
} | |