Unicode decode & copy
Decode & copy selected Unicode-encoded text in one step!
Vad är Unicode decode & copy?
Unicode decode & copy är en Chrome-tillägg utvecklad av https://chrisjune.dev, och dess huvudfunktion är "Decode & copy selected Unicode-encoded text in one step!".
Tilläggsskärmbilder
Ladda ner Unicode decode & copy-förlängningens CRX-fil
Ladda ner Unicode decode & copy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
You can decode Unicode easily.
Just drag and click to decode.
You can see decoded to popup and get copied to clipboard. Grundläggande Information om Tillägg
| Namn | |
| ID | mecikefjmbpjmpadkanmkgjmgchpooda |
| Officiell webbadress | https://chromewebstore.google.com/detail/unicode-decode-copy/mecikefjmbpjmpadkanmkgjmgchpooda |
| Beskrivning | Decode & copy selected Unicode-encoded text in one step! |
| Filstorlek | 13.12 KB |
| Antal Installationer | 64 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2021-08-12 |
| Publiceringsdatum | 2021-08-05 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://chrisjune.dev |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://chrisjune.dev |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"homepage_url": "https:\/\/chrisjune.dev",
"name": "Unicode decode & copy",
"version": "1.2",
"manifest_version": 3,
"description": "Decode & copy selected Unicode-encoded text in one step!",
"author": "chirsjune",
"icons": {
"16": ".\/icon\/icon16.png",
"48": ".\/icon\/icon48.png",
"128": ".\/icon\/icon128.png"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"contextMenus"
],
"background": {
"service_worker": "background-wrapper.js"
},
"action": [],
"host_permissions": [
"*:\/\/*\/*"
]
} | |