URL Form Filler
Prepopulate a form from parameters in URL based on form-field ids
URL Form Fillerคืออะไร?
URL Form Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://drupaltonight.com และคุณลักษณะหลักของมันคือ "Prepopulate a form from parameters in URL based on form-field ids"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Form Filler
ดาวน์โหลดไฟล์ส่วนขยาย URL Form Filler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Most of the order tracking websites and websites with search boxes are used frequently with the same values as the default values. But not every website supports pre-populating them with values from URLs. This tiny chrome Extension just does that. You can use either the id or the name attribute of the form-field in the url to pre-populate the values. An example url https://in.yahoo.com/?p=is%20yahoo%20news%20any%20good will populate the form element with either the ID or the name attribute equal to "p" with the value "is yahoo news any good"
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | URL Form Filler |
ID | gnojogfcdagpaailidoeiiepgdkehbdc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-form-filler/gnojogfcdagpaailidoeiiepgdkehbdc |
คำอธิบาย | Prepopulate a form from parameters in URL based on form-field ids |
ขนาดไฟล์ | 125 KB |
จำนวนการติดตั้ง | 300 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2014-10-07 |
วันที่เผยแพร่ | 2014-10-07 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://drupaltonight.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Form Filler", "short_name": "UFF", "version": "0.0.1", "manifest_version": 2, "default_locale": "en", "author": "Gokul N K", "description": "Prepopulate a form from parameters in URL based on form-field ids", "homepage_url": "http:\/\/www.gokulnk.blogspot.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "page_action": { "default_icon": "icons\/icon20.png" }, "content_scripts": [ { "matches": [ " |