FreeForBook
This extension is implemented to make our website (FreeForBook) easier to access
FreeForBookとは何ですか?
FreeForBookはoosdeveloperによって開発されたChromeの拡張機能で、その主な機能は「This extension is implemented to make our website (FreeForBook) easier to access」です。
拡張機能のスクリーンショット
FreeForBook拡張機能のCRXファイルをダウンロード
FreeForBook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | iibhfhefafoodfdogjamjlcmceddgofa |
公式URL | https://chrome.google.com/webstore/detail/freeforbook/iibhfhefafoodfdogjamjlcmceddgofa |
説明 | This extension is implemented to make our website (FreeForBook) easier to access |
ファイルサイズ | 810 KB |
インストール数 | 118 |
現在のバージョン | 1.1 |
最終更新日 | 2020-04-26 |
公開日 | 2020-04-26 |
開発者 | oosdeveloper |
支払い方法 | free |
拡張機能のウェブサイト | https://freeforbook.com |
対応言語 | 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" } } |