janbaykara / ebook-scraper

Save PDFs from ebooks hosted at dawsonera.com and ebookcentral.proquest.com
38 stars 5 forks source link

Install steps for Catalina 10.15 #4

Closed seasaltseasalt closed 2 years ago

seasaltseasalt commented 4 years ago

Hi, what would be the steps to install this chrome extension on Catalina OS X 10.15? I usually use Firefox so I do not know what to do in chrome.firefox extensions are 1-click installations. Thankyou

helphelpplease commented 4 years ago

Followed instructions written on the boiler template, Chrome extension foundation

helphelpplease commented 4 years ago

So far: 1 created directory where I want to store the extension 2 downloaded the zip file, and unzipped into the above directory 3 in terminal, ran npm i then npm run build

Opened Chrome, Navigate to Extensions, turn Developer Mode slider to on Selected Loaded unpack Extension, and point to the DIST folder in the directory above

helphelpplease commented 4 years ago

Using the foundation as a guide

So far: 1 created directory where I want to store the extension 2 downloaded the zip file, and unzipped into the above directory 3 in terminal, ran npm i then npm run build

Opened Chrome, Navigate to Extensions, turn Developer Mode slider to on Selected Loaded unpack Extension, and point to the DIST folder in the directory above

janbaykara commented 2 years ago

See also: #21