FreeForBook

This extension is implemented to make our website (FreeForBook) easier to access

Apa itu FreeForBook?

FreeForBook adalah ekstensi Chrome yang dikembangkan oleh oosdeveloper, dan fitur utamanya adalah "This extension is implemented to make our website (FreeForBook) easier to access".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FreeForBook

Unduh file ekstensi FreeForBook dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        FreeForBook is a retailer of free online ebooks and magazines to download, with a vast range of ebooks from academic, popular and professional publishers and also from amazon and daily magazines. As a result, you can download as many ebook and magazine as will fit on to your time.

This Chrome extension is showing main menu of FreeForBook website. Choose among free epub and Kindle eBooks, download them or read them online. You will find the world’s great literature here, with focus on older works for which U.S. copyright has expired. Thousands of volunteers digitized and diligently proofread the ebooks, for enjoyment and education.                    

Informasi Dasar Ekstensi

Nama FreeForBook FreeForBook
ID iibhfhefafoodfdogjamjlcmceddgofa
URL Resmi https://chrome.google.com/webstore/detail/freeforbook/iibhfhefafoodfdogjamjlcmceddgofa
Deskripsi This extension is implemented to make our website (FreeForBook) easier to access
Ukuran File 810 KB
Jumlah Instalasi 118
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-04-26
Tanggal Publikasi 2020-04-26
Pengembang oosdeveloper
Tipe Pembayaran free
Situs Ekstensi https://freeforbook.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FreeForBook",
    "homepage_url": "https:\/\/freeforbook.com",
    "description": "This extension is implemented to make our website (FreeForBook) easier to access",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "popup.html"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "FreeForBook",
        "default_popup": "popup.html"
    }
}