Savedev Code Converter
Utilities for code conversion
Wat is Savedev Code Converter?
Savedev Code Converter is een Chrome-extensie ontwikkeld door savedev, en de belangrijkste functie is "Utilities for code conversion".
Extensie Screenshots
Download het CRX-bestand van de extensie Savedev Code Converter
Download Savedev Code Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Savedev Code Converter is a simple Chrome Extension that implements several functions of convertion.
It's easy to install in Chrome Browser and to use.
Convertions currently implemented are:
- Text String to Binary
- Binary to Text String
- Binary to Number
- Number to Binary
- Hexadecimal to Number(decimal)
- Number(decimal) to Hexadecimal
- URL Encode
- URL Decode
- HTML Encode special chars
- HTML Decode special chars
- XML to JSON
- JSON to XML
- Base64 Encode
- Base64 Decode
- Invert Text
- Text to Morse
- Text to Lowercase
- Text to Uppercase
- Strip Tags
- Invert Text Words
- Text to ASCII
- ASCII to Text
- Color Hexadecimal to RGB
- Color RGB to Hexadecimal
Website: http://savedev.altervista.org Basisinformatie over de Extensie
| Naam | |
| ID | ppglfnijphgjpkalcelbpoggpgkhkcbm |
| Officiële URL | https://chromewebstore.google.com/detail/savedev-code-converter/ppglfnijphgjpkalcelbpoggpgkhkcbm |
| Beschrijving | Utilities for code conversion |
| Bestandsgrootte | 225 KB |
| Aantal Installaties | 437 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2020-02-05 |
| Publicatiedatum | 2020-02-05 |
| Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | savedev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://savedev.altervista.org |
| Help Pagina-URL | http://savedev.altervista.org |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Savedev Code Converter",
"description": "Utilities for code conversion",
"version": "1.3",
"manifest_version": 2,
"icons": {
"16": "images\/logo_16.png",
"48": "images\/logo_48.png",
"128": "images\/logo_128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/logo_19.png"
},
"default_title": "Savedev Code Converter",
"default_popup": "index.html"
}
} | |