CUTool
online text tools, including json formmater, text diff, url encoding & etc.
Apa itu CUTool?
CUTool adalah ekstensi Chrome yang dikembangkan oleh https://cutool.online, dan fitur utamanya adalah "online text tools, including json formmater, text diff, url encoding & etc.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CUTool
Unduh file ekstensi CUTool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This is a tool which temporarily support json formatter, code diff, text diff, text edit, url encode, url decode, url params extrator, regex etc. And this tool will help you format json automaticly when you visit json in chrome (like json formatter). wish you enjoy it ~
Informasi Dasar Ekstensi
Nama | CUTool |
ID | pnadcjmfdflpblaogepdpeooialeelno |
URL Resmi | https://chromewebstore.google.com/detail/cutool/pnadcjmfdflpblaogepdpeooialeelno |
Deskripsi | online text tools, including json formmater, text diff, url encoding & etc. |
Ukuran File | 30.35 KB |
Jumlah Instalasi | 84 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2021-04-24 |
Tanggal Publikasi | 2021-03-24 |
Pengembang | https://cutool.online |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CUTool", "version": "1.0.3", "minimum_chrome_version": "21", "browser_action": { "default_icon": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "default_title": "Cu Tool", "default_popup": "popup.html" }, "description": "online text tools, including json formmater, text diff, url encoding & etc.", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*", " |