Parameters Editor
Shows parameters used in the URL and allows to update, export and import them
Parameters Editorคืออะไร?
Parameters Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ivan Gualandri และคุณลักษณะหลักของมันคือ "Shows parameters used in the URL and allows to update, export and import them"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Parameters Editor
ดาวน์โหลดไฟล์ส่วนขยาย Parameters Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension, let you to manage the url parameters in your address bar, you can show/edit/add/delete them with just one click, you can also export them in csv and json format, or import them parameter list in CSV format. This is how it works: A small icon appears in each tab address bar, if you click on it you can see the list of all parameters for that url, that you can modify, export or import. If the url has no parameter you can press "add new" and add as many parameters as you want and click update to reload the page with new parameters Everything is just two click away... If you are importing parameters from csv, be aware that if the first row contains parameter_name in the first column that line will be ignored, but if the above string appear in a different row, it will be treated as a normal parameter. If you experience any bug or you want to suggest any new feature to be implemented in chrome parameters, you can click "report bug", and then enter your bug, or your suggestion (you can also add a label to classify it as a task or bug). Te Source code of the extension is available here: https://github.com/dreamos82/chrome_parameters
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jcfdalmioobeifbpcgjghhaifimaeaca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/parameters-editor/jcfdalmioobeifbpcgjghhaifimaeaca |
คำอธิบาย | Shows parameters used in the URL and allows to update, export and import them |
ขนาดไฟล์ | 61.5 KB |
จำนวนการติดตั้ง | 1,309 |
เวอร์ชันปัจจุบัน | 1.7 |
อัปเดตครั้งล่าสุด | 2021-06-17 |
วันที่เผยแพร่ | 2020-05-28 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Ivan Gualandri |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/dreamos82/chrome_parameters/ |
URL หน้าช่วยเหลือ | https://github.com/dreamos82/chrome_parameters/issues/new |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Parameters Editor", "version": "1.7", "description": "Shows parameters used in the URL and allows to update, export and import them ", "permissions": [ "activeTab", "tabs", " |