Symbol 2 Clipboard
This extension will copy the clicked symbol to your clipboard.
什么是Symbol 2 Clipboard?
Symbol 2 Clipboard是由Bradley Haveman开发的Chrome扩展程序,该扩展的主要功能是“This extension will copy the clicked symbol to your clipboard.”。
扩展截图
下载Symbol 2 Clipboard扩展crx文件
下载Symbol 2 Clipboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Looking for symbols? Find them here. Donger
# Features
- Lists of common symbols
- Values for common symbols
- Full ASCII Table
- Add your favourites or custom characters
- Donger
# Change Log
--------------
## [4.0] - 2022-12-07
### Removed unused permissions
## [4.0] - 2017-04-20
### Bug Fixes
## [3.0] - 2016-12-07
### Added
- Added Favourites
- More Donger
## [2.0] - 2016-12-06
### Added
- Added ASCII Table
- Improved UI
- More Donger 扩展基本信息
| 名称 | |
| ID | bfeejloklpgplmhehbmoenmgkjboifbi |
| 官方URL | https://chromewebstore.google.com/detail/symbol-2-clipboard/bfeejloklpgplmhehbmoenmgkjboifbi |
| 简介 | This extension will copy the clicked symbol to your clipboard. |
| 文件大小 | 116 KB |
| 安装次数 | 1,783 |
| 当前版本 | 5.0 |
| 更新时间 | 2022-07-13 |
| 上架时间 | 2017-04-20 |
| 评分 | 4.54/5 共13次评分 |
| 开发者 | Bradley Haveman |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Symbol 2 Clipboard",
"description": "This extension will copy the clicked symbol to your clipboard.",
"version": "5.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"storage"
]
} | |