Click on a symbol to copy it.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"description": "Click on a symbol to copy it.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"name": "Symbols for pasting",
"version": "0.0.0.17",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}