Symbol 2 Clipboard
This extension will copy the clicked symbol to your clipboard.
Wat is Symbol 2 Clipboard?
Symbol 2 Clipboard is een Chrome-extensie ontwikkeld door Bradley Haveman, en de belangrijkste functie is "This extension will copy the clicked symbol to your clipboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Symbol 2 Clipboard
Download Symbol 2 Clipboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | bfeejloklpgplmhehbmoenmgkjboifbi |
| Officiële URL | https://chromewebstore.google.com/detail/symbol-2-clipboard/bfeejloklpgplmhehbmoenmgkjboifbi |
| Beschrijving | This extension will copy the clicked symbol to your clipboard. |
| Bestandsgrootte | 116 KB |
| Aantal Installaties | 1,783 |
| Huidige Versie | 5.0 |
| Laatst Bijgewerkt | 2022-07-13 |
| Publicatiedatum | 2017-04-20 |
| Beoordeling | 4.54/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | Bradley Haveman |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |