├── README.md ├── background.html ├── images └── icon.png ├── manifest.json ├── popup.html └── scripts ├── background.js ├── content.js └── popup.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmtuan04/auto-fill-hust/HEAD/README.md -------------------------------------------------------------------------------- /background.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmtuan04/auto-fill-hust/HEAD/background.html -------------------------------------------------------------------------------- /images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmtuan04/auto-fill-hust/HEAD/images/icon.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmtuan04/auto-fill-hust/HEAD/manifest.json -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmtuan04/auto-fill-hust/HEAD/popup.html -------------------------------------------------------------------------------- /scripts/background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmtuan04/auto-fill-hust/HEAD/scripts/background.js -------------------------------------------------------------------------------- /scripts/content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmtuan04/auto-fill-hust/HEAD/scripts/content.js -------------------------------------------------------------------------------- /scripts/popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmtuan04/auto-fill-hust/HEAD/scripts/popup.js --------------------------------------------------------------------------------