Alphabets
Uppercase and lowercase alphabets
什么是Alphabets?
Alphabets是由Roman Grinyov开发的Chrome扩展程序,该扩展的主要功能是“Uppercase and lowercase alphabets”。
扩展截图
下载Alphabets扩展crx文件
下载Alphabets扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Belarusian
English
French
German
Greek
Italian
Portuguese
Russian
Serbian Cyrillic
Spanish
Turkish
Ukrainian
Source code: https://github.com/w3lifer/crx-alphabets 扩展基本信息
| 名称 | |
| ID | bhpjlplbnifhpolicjigaghdchamocee |
| 官方URL | https://chromewebstore.google.com/detail/alphabets/bhpjlplbnifhpolicjigaghdchamocee |
| 简介 | Uppercase and lowercase alphabets |
| 文件大小 | 60.34 KB |
| 安装次数 | 50 |
| 当前版本 | 1.2.10 |
| 更新时间 | 2021-11-25 |
| 上架时间 | 2018-04-11 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | Roman Grinyov |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Alphabets",
"description": "Uppercase and lowercase alphabets",
"version": "1.2.10",
"icons": {
"16": "img\/icons\/a\/16x16.png",
"48": "img\/icons\/a\/48x48.png",
"128": "img\/icons\/a\/128x128.png"
},
"browser_action": {
"default_icon": {
"16": "img\/icons\/a\/16x16.png",
"24": "img\/icons\/a\/24x24.png",
"32": "img\/icons\/a\/32x32.png"
},
"default_title": "Alphabets",
"default_popup": "html\/popup.html"
},
"permissions": [
"storage"
]
} | |