Symbol 2 Clipboard
This extension will copy the clicked symbol to your clipboard.
Hvad er Symbol 2 Clipboard?
Symbol 2 Clipboard er en Chrome-udvidelse udviklet af Bradley Haveman, og dens hovedfunktion er "This extension will copy the clicked symbol to your clipboard.".
Udvidelsesskærmbilleder
Download Symbol 2 Clipboard-udvidelses-CRX-fil
Download Symbol 2 Clipboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bfeejloklpgplmhehbmoenmgkjboifbi |
| Officiel URL | https://chromewebstore.google.com/detail/symbol-2-clipboard/bfeejloklpgplmhehbmoenmgkjboifbi |
| Beskrivelse | This extension will copy the clicked symbol to your clipboard. |
| Filstørrelse | 116 KB |
| Antal Installationer | 1,783 |
| Nuværende Version | 5.0 |
| Senest Opdateret | 2022-07-13 |
| Udgivelsesdato | 2017-04-20 |
| Bedømmelse | 4.54/5 Samlet 13 Bedømmelser |
| Udvikler | Bradley Haveman |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |