Symbol 2 Clipboard
This extension will copy the clicked symbol to your clipboard.
Was ist Symbol 2 Clipboard?
Symbol 2 Clipboard ist eine Chrome-Erweiterung, die von Bradley Haveman entwickelt wurde, und ihr Hauptmerkmal ist "This extension will copy the clicked symbol to your clipboard.".
Erweiterungsscreenshots
Symbol 2 Clipboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Symbol 2 Clipboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Symbol 2 Clipboard |
ID | bfeejloklpgplmhehbmoenmgkjboifbi |
Offizielle URL | https://chromewebstore.google.com/detail/symbol-2-clipboard/bfeejloklpgplmhehbmoenmgkjboifbi |
Beschreibung | This extension will copy the clicked symbol to your clipboard. |
Dateigröße | 116 KB |
Installationsanzahl | 1,783 |
Aktuelle Version | 5.0 |
Letztes Update | 2022-07-13 |
Veröffentlichungsdatum | 2017-04-20 |
Bewertung | 4.54/5 Insgesamt 13 Bewertungen |
Entwickler | Bradley Haveman |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |