👉 Este plugin pode ser utilizado para Codificar e Decodificar URI completo.
Utiliza a função encodeURI para codificar, exceto os caracteres (, / ? : @ & = + $ #) e a função encodeURIComponent() que codifica inclusive os caracteres (, / ? : @ & = + $ #).
Para decodificar utiliza as funções encodeURI() e encodeURIComponent() respectivamente.
⭐⭐⭐⭐⭐ Ao instalar, faça sua avaliação mesmo que não permaneça utilizando. Quanto mais estrelinhas, melhor
----
This plugin can be used to Encode and Decode full URI.
It uses the encodeURI function to encode, except the characters (, / ? : @ & = + $ #) and the encodeURIComponent() function which encodes even the characters (, / ? : @ & = + $ #).
To decode it uses the functions encodeURI() and encodeURIComponent() respectively.
Free
For everyone
4.0 stars • 5 ratings
747 installs
This plugin may track or collect your data. Learn how.
No workflow, clique em "adicionar uma ação" e dentre as opções no menu Plugins, escolha a que deseja utilizar:
- Encode URL - Decode URL - Encode Component URL - Decode Component URL
Após escolher a ação, selecione dinamicamente o elemento que tem o valor a ser (de)codificado ou insira diretamente o valor no campo "Texto para codificar".
Para decodificar, o procedimento é o mesmo. Apenas escolha uma das funções de decodificação.
O resultado gerado por estas ações, podem ser utilizadas no passo seguinte do workflow.
----
In the workflow, click on "add an action" and among the options in the Plugins menu, choose the one you want to use: - Encode URL - Decode URL - Encode Component URL - Decode Component URL
After choosing the action, dynamically select the element that has the value to be (de)encoded or directly enter the value in the "Text to encode" field.
To decode, the procedure is the same. Just choose one of the decoding functions.
The result generated by these actions can be used in the next step of the workflow.
Data collection and tracking
This author has not yet disclosed their data usage policy. Learn more by contacting the author.
Types
This plugin can be found under the following types:
Does what it says on the tin. And you get to learn a bit of Portuguese with it.
Thank you for your feedback. I'm glad it went beyond the basic functionality and helped with Portuguese 😂 (plugin author)
March 27th, 2024
•
Claudio Eden
Don't waste time
March 13th, 2024
When decoding URL encoded text, it converts it multiple times, at least twice.
If you want to learn how to use it, you can visit the example page and you will see how simple and easy it is to use it the right way. Thank you for your feedback. (plugin author)
March 14th, 2024
•
Claudio Eden
UTF-8 character set
October 23rd, 2022
the plugin gives the option to encode some special characters or all special characters (if you use the "component option", so your url only uses UTF-8 characters. really easy to use but some documentation in English would help.
thank you very much for your review. I have difficulty writing in English, but I am committed to improving the documentation. (plugin author)
October 25th, 2022
•
Claudio Eden
The only one that also decodes the +
September 8th, 2022
URL Encoded also accepts the +, and when being decoded, it needs to be converted by a space, but it seems that some programmers don't know this. Good thing the programmer of this plugin is paying attention.
Thank you very much for your feedback. I'm glad this plugin helped to solve your problem. (plugin author)