Input Filler

Fills all inputs on a page with a specific value

Input Fillerคืออะไร?

Input Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron Didner และคุณลักษณะหลักของมันคือ "Fills all inputs on a page with a specific value"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Input Filler

ดาวน์โหลดไฟล์ส่วนขยาย Input Filler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This chrome extension takes all text input boxes on a page and fills them with a user specified value. 

The benefit is that if a user were doing data entry and many text input's on the page all had some sort of value the chrome extension could populate all of them at once rather than having to do all of them by hand.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Input Filler Input Filler
ID jenbiknnohffkkbaabolppehhfaemdgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/input-filler/jenbiknnohffkkbaabolppehhfaemdgn
คำอธิบาย Fills all inputs on a page with a specific value
ขนาดไฟล์ 11.69 KB
จำนวนการติดตั้ง 96
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2022-02-03
วันที่เผยแพร่ 2022-01-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Aaron Didner
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/adidner/input-filler
URL หน้านโยบายความเป็นส่วนตัว https://github.com/adidner/input-filler/blob/main/privacy_policy.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Input Filler",
    "description": "Fills all inputs on a page with a specific value",
    "version": "1.1.1",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icons": {
            "16": "chrome-extension-logos\/logo-2.2-16x16.png",
            "32": "chrome-extension-logos\/logo-2.2-32x32.png",
            "48": "chrome-extension-logos\/logo-2.2-48x48.png",
            "128": "chrome-extension-logos\/logo-2.2-128x128.png"
        }
    },
    "icons": {
        "16": "chrome-extension-logos\/logo-2.2-16x16.png",
        "32": "chrome-extension-logos\/logo-2.2-32x32.png",
        "48": "chrome-extension-logos\/logo-2.2-48x48.png",
        "128": "chrome-extension-logos\/logo-2.2-128x128.png"
    }
}