Web Developer Form Filler
This extension is used by developers to make it easy to fill forms
什麼是Web Developer Form Filler?
Web Developer Form Filler是由formfiller開發的Chrome擴展程式,該擴展的主要功能是“This extension is used by developers to make it easy to fill forms”。
擴展截圖
下載Web Developer Form Filler擴展crx文件
下載Web Developer Form Filler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Еxtension allows to automatically fill forms for the purpose of testing. You can store multiple presets of values for any paga separately and trigger them using a hotkey
擴展基本資訊
名稱 | Web Developer Form Filler |
ID | gbagmkohmhcjgbepncmehejaljoclpil |
官方網址 | https://chromewebstore.google.com/detail/web-developer-form-filler/gbagmkohmhcjgbepncmehejaljoclpil |
簡介 | This extension is used by developers to make it easy to fill forms |
檔案大小 | 109 KB |
安裝次數 | 33,293 |
目前版本 | 1.0.13.1 |
更新時間 | 2021-07-29 |
上架時間 | 2017-03-16 |
評分 | 4.30/5 共 149 次評分 |
開發者 | formfiller |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "javascripts\/jquery-1.9.1.min.js", "javascripts\/deserialize.js", "javascripts\/content_script.js", "javascripts\/mousetrap.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" } ], "name": "Web Developer Form Filler", "version": "1.0.13.1", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "description": "This extension is used by developers to make it easy to fill forms", "browser_action": { "default_icon": "images\/48.png", "default_title": "Web Developer Form Filler", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "manifest_version": 2 } |