Gato URL Encoder / Decoder
Gato URL Encoder / Decoder encodes to and decodes from url encoded format.
Vad är Gato URL Encoder / Decoder?
Gato URL Encoder / Decoder är en Chrome-tillägg utvecklad av gatoapps, och dess huvudfunktion är "Gato URL Encoder / Decoder encodes to and decodes from url encoded format.".
Tilläggsskärmbilder
Ladda ner Gato URL Encoder / Decoder-förlängningens CRX-fil
Ladda ner Gato URL Encoder / Decoder-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
Gato URL Encoder / Decoder encodes to and decodes from url encoded format. Grundläggande Information om Tillägg
| Namn | |
| ID | ickbkdcodlofikmijhddajkepopjlfag |
| Officiell webbadress | https://chromewebstore.google.com/detail/gato-url-encoder-decoder/ickbkdcodlofikmijhddajkepopjlfag |
| Beskrivning | Gato URL Encoder / Decoder encodes to and decodes from url encoded format. |
| Filstorlek | 14.06 KB |
| Antal Installationer | 192 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2014-01-30 |
| Publiceringsdatum | 2014-01-29 |
| Utvecklare | gatoapps |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gato URL Encoder \/ Decoder",
"manifest_version": 2,
"version": "1.0.0",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"clipboardRead",
"clipboardWrite"
],
"description": "Gato URL Encoder \/ Decoder encodes to and decodes from url encoded format.",
"browser_action": {
"default_icon": "icons\/16.png",
"default_popup": "popup.html"
}
} | |