Cute Face Clipboard
Copy cute, silly, weird ASCII emotes directly to your clipboard.
什么是Cute Face Clipboard?
Cute Face Clipboard是由riftthecoyote开发的Chrome扩展程序,该扩展的主要功能是“Copy cute, silly, weird ASCII emotes directly to your clipboard.”。
扩展截图
下载Cute Face Clipboard扩展crx文件
下载Cute Face Clipboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy cute, silly, weird ASCII emotes directly to your clipboard with a single click. You may also favorite them to find them easily later. 扩展基本信息
| 名称 | |
| ID | iddmabhekhhonkmomaklnflhhgbfnioe |
| 官方URL | https://chromewebstore.google.com/detail/cute-face-clipboard/iddmabhekhhonkmomaklnflhhgbfnioe |
| 简介 | Copy cute, silly, weird ASCII emotes directly to your clipboard. |
| 文件大小 | 134 KB |
| 安装次数 | 3,496 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-04-07 |
| 上架时间 | 2021-04-07 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | riftthecoyote |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Cute Face Clipboard",
"version": "1.0.0",
"description": "Copy cute, silly, weird ASCII emotes directly to your clipboard.",
"short_name": "Cute Face Clipboard",
"permissions": [
"storage"
],
"action": {
"default_title": " ",
"default_popup": "popup.html",
"default_icon": {
"16": "src\/resources\/icon16.png",
"32": "src\/resources\/icon32.png",
"48": "src\/resources\/icon48.png",
"128": "src\/resources\/icon128.png"
}
},
"icons": {
"16": "src\/resources\/icon16.png",
"32": "src\/resources\/icon32.png",
"48": "src\/resources\/icon48.png",
"128": "src\/resources\/icon128.png"
}
} | |