├── Makefile ├── README.md ├── background.js ├── content.js ├── extension.zip ├── icon.png ├── icon_small.png ├── manifest.json ├── notification.png ├── screenshot.png └── web2md.mp4 /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnswerDotAI/web2md-ext/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnswerDotAI/web2md-ext/HEAD/README.md -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnswerDotAI/web2md-ext/HEAD/background.js -------------------------------------------------------------------------------- /content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnswerDotAI/web2md-ext/HEAD/content.js -------------------------------------------------------------------------------- /extension.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnswerDotAI/web2md-ext/HEAD/extension.zip -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnswerDotAI/web2md-ext/HEAD/icon.png -------------------------------------------------------------------------------- /icon_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnswerDotAI/web2md-ext/HEAD/icon_small.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnswerDotAI/web2md-ext/HEAD/manifest.json -------------------------------------------------------------------------------- /notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnswerDotAI/web2md-ext/HEAD/notification.png -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnswerDotAI/web2md-ext/HEAD/screenshot.png -------------------------------------------------------------------------------- /web2md.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnswerDotAI/web2md-ext/HEAD/web2md.mp4 --------------------------------------------------------------------------------