Gato URL Encoder / Decoder
Gato URL Encoder / Decoder encodes to and decodes from url encoded format.
什麼是Gato URL Encoder / Decoder?
Gato URL Encoder / Decoder是由gatoapps開發的Chrome擴展程式,該擴展的主要功能是“Gato URL Encoder / Decoder encodes to and decodes from url encoded format.”。
擴展截圖
下載Gato URL Encoder / Decoder擴展crx文件
下載Gato URL Encoder / Decoder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Gato URL Encoder / Decoder encodes to and decodes from url encoded format. 擴展基本資訊
| 名稱 | |
| ID | ickbkdcodlofikmijhddajkepopjlfag |
| 官方網址 | https://chromewebstore.google.com/detail/gato-url-encoder-decoder/ickbkdcodlofikmijhddajkepopjlfag |
| 簡介 | Gato URL Encoder / Decoder encodes to and decodes from url encoded format. |
| 檔案大小 | 14.06 KB |
| 安裝次數 | 192 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2014-01-30 |
| 上架時間 | 2014-01-29 |
| 開發者 | gatoapps |
| 付費類型 | free |
| 支援的語言 | 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"
}
} | |