With Q-Article Audio, listen to the rest of an article as a podcast within the extension popup or on your smartphone using a QR code.
Q-Article Audio, the Chrome extension, includes manfiest v3(actually for now it is manifest v2 because the web-ext module on npm is only compatible with mv2, but it also makes development much easier.) and UI components from the material design library Svelte Materialify. This chrome extension is coded with
Here are screenshots of a semi-functional version 0.2.0(Using Material Design) p.s. I actually like windows better; its just the OS X window frames look better.
Note: Unreleased on any web extension stores
Feel free to my extension it out:
In your preferred terminal(I use bash) type the following:
git clone y330/q-article-audio
That clones the repo into a new folder called q-article-audio/
cd q-article-audio
.
That enters into the scope of q-article-audio/
pnpm i
That installs the dependencies using pnpm([performant]npm). Feel free to use yarn or npm alternatively.
After installing dependencies with the previous command, type the following in your terminal to run a local server for development of the extension[no hmr :(]
pnpm run dev
Go to chrome://extensions
Then, do the following: a. Turn on developer mode
b. Click on load unpacked. This will open a file explorer window.
c. Navigate to q-article-audio/ , and choose the dist/ directory.
And your done!🤝
Buy me a coffee:
Copyright © 2021 Yonah Aviv