├── README.md ├── assets ├── README-maker.png └── README-maker1.png ├── background.js ├── icon128.png ├── icon16.png ├── icon48.png ├── manifest.json └── popup.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TutTrue/README-maker-extention/HEAD/README.md -------------------------------------------------------------------------------- /assets/README-maker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TutTrue/README-maker-extention/HEAD/assets/README-maker.png -------------------------------------------------------------------------------- /assets/README-maker1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TutTrue/README-maker-extention/HEAD/assets/README-maker1.png -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TutTrue/README-maker-extention/HEAD/background.js -------------------------------------------------------------------------------- /icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TutTrue/README-maker-extention/HEAD/icon128.png -------------------------------------------------------------------------------- /icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TutTrue/README-maker-extention/HEAD/icon16.png -------------------------------------------------------------------------------- /icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TutTrue/README-maker-extention/HEAD/icon48.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TutTrue/README-maker-extention/HEAD/manifest.json -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TutTrue/README-maker-extention/HEAD/popup.html --------------------------------------------------------------------------------