Symbol 2 Clipboard

This extension will copy the clicked symbol to your clipboard.

Cos'è Symbol 2 Clipboard?

Symbol 2 Clipboard è un'estensione di Chrome sviluppata da Bradley Haveman, e la sua funzione principale è "This extension will copy the clicked symbol to your clipboard.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Symbol 2 Clipboard

Scarica i file di estensione Symbol 2 Clipboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Symbol 2 Clipboard Symbol 2 Clipboard
ID bfeejloklpgplmhehbmoenmgkjboifbi
URL Ufficiale https://chromewebstore.google.com/detail/symbol-2-clipboard/bfeejloklpgplmhehbmoenmgkjboifbi
Descrizione This extension will copy the clicked symbol to your clipboard.
Dimensione del File 116 KB
Conteggio Installazioni 1,783
Versione Corrente 5.0
Ultimo Aggiornamento 2022-07-13
Data di Pubblicazione 2017-04-20
Valutazione 4.54/5 Totale 13 Valutazioni
Sviluppatore Bradley Haveman
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}