Symbol 2 Clipboard

This extension will copy the clicked symbol to your clipboard.

What is Symbol 2 Clipboard?

Symbol 2 Clipboard is a Chrome extension developed by Bradley Haveman, and its main feature is "This extension will copy the clicked symbol to your clipboard.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Symbol 2 Clipboard Extension CRX File

Download Symbol 2 Clipboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Symbol 2 Clipboard Symbol 2 Clipboard
ID bfeejloklpgplmhehbmoenmgkjboifbi
Official URL https://chromewebstore.google.com/detail/symbol-2-clipboard/bfeejloklpgplmhehbmoenmgkjboifbi
Description This extension will copy the clicked symbol to your clipboard.
File Size 116 KB
Installation Count 1,783
Current Version 5.0
Last Updated 2022-07-13
Publish Date 2017-04-20
Rating 4.54/5 Total 13 Ratings
Developer Bradley Haveman
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}