Auto Fill
Auto fill input data, for web development, testing, etc.
Wat is Auto Fill?
Auto Fill is een Chrome-extensie ontwikkeld door Trần Luơng, en de belangrijkste functie is "Auto fill input data, for web development, testing, etc.".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Fill
Download Auto Fill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Công cụ hỗ trợ điền các ô dữ liệu trên một trang web nào đó. Phục vụ tốt cho quá trình triển khai website cá nhân, nhỏ, hay là sử dụng để phục vụ cho việc kiểm thử website. - Có 02 cách sử dụng: + Sử dụng popup của Extension để bật tắt công cụ + Sử dụng phím tắt (Shortcut key): Shift + r
Basisinformatie over de Extensie
Naam | Auto Fill |
ID | nidekiaocgcfemogakcieomgbfadbcec |
Officiële URL | https://chromewebstore.google.com/detail/auto-fill/nidekiaocgcfemogakcieomgbfadbcec |
Beschrijving | Auto fill input data, for web development, testing, etc. |
Bestandsgrootte | 38.36 KB |
Aantal Installaties | 139 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2019-05-24 |
Publicatiedatum | 2019-05-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Trần Luơng |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | vi |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "description": "Auto fill input data, for web development, testing, etc.", "manifest_version": 2, "name": "Auto Fill", "icons": { "16": "icon\/icon.png", "128": "icon\/icon.png" }, "browser_action": { "default_icon": "icon\/icon.png", "default_title": "Auto fill", "default_popup": "popup.html" }, "permissions": [], "content_scripts": [ { "matches": [ " |