Skip to content

AymaneLk/Bookintocean-Get-Books-For-Free

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookintocean, Outside of a dog, a book is a man's best friend.

IF YOU FIND IT USEFUL, DON'T FORGET TO STAR!

Answer these two questions : Do you need a book 🤔? Do you want to save a book in your library in order to read later on 🤔?

THEN YOU SHOULD USE BOOKINTOCEAN 😁!

What's Bookintocean?

Bookintocean is a chrome extension that provides more than 2.4 million non-fiction books, 80 million science magazine articles, 2 million comics files, 2.2 million fiction books, and 0.4 million magazine issues that can be downloaded in different formats including PDF, EPUB, MOBI, WORD, etc.

Features:

1- Save a book in your library:

image

With Bookintocean you can save a book in your library in order to remember to read it later on. All you have to do is write book's name in the input field and write the author's name (optional) then click ADD BOOK, then you can see the book's name and author in your library with a download link when you want to read it.

2- Download a book directly:

With Bookintocean you could also download a book directly just by writing the book's name in the input field and press Download Book then you will get a download link from libgen.me in a new tab.

image

In addition, the book will automatically be saved in your library.

image

How to install Bookintocean?

1- Go to chrome://extensions/ and check the box for Developer mode in the top right.

2- Download the ZIP file on your computer and unzip it.

3- Go back to the chrome://extensions/ page and click the Load unpacked extension button and select the unzipped folder for your extension to install it.

4- You can open the extension by pressing the icon below then press Bookintocean.

image

How Bookintocean Works?

Bookintocean uses a simple algorithm to search the wanted book.

1- Adding book to the library:

When the user submit the book's and author's name, these 2 informations get stocked in the localStorage, and the result get rendered & printed in books.html by the DOM.

2- Downloading a book:

When the user sumbit the book's and author's name, these 2 informations get stocked in the localstorage and they will be sent to libgen.me and the download link will be opened in a new tab, and the 2 informations get rendered & printed in books.html by the DOM.