Library Genesis
Library Genesis google-chrome extension to improve daily searches
Library Genesisとは何ですか?
Library Genesisはemanuel.gcextensionによって開発されたChromeの拡張機能で、その主な機能は「Library Genesis google-chrome extension to improve daily searches」です。
拡張機能のスクリーンショット
Library Genesis拡張機能のCRXファイルをダウンロード
Library Genesis拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a extension to redirect to Library Genesis search engine
拡張機能の基本情報
名前 | Library Genesis |
ID | oilaaekphjbkahcplbolaglkhbfimdfo |
公式URL | https://chromewebstore.google.com/detail/library-genesis/oilaaekphjbkahcplbolaglkhbfimdfo |
説明 | Library Genesis google-chrome extension to improve daily searches |
ファイルサイズ | 512 KB |
インストール数 | 1,543 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-04-28 |
公開日 | 2022-04-26 |
開発者 | emanuel.gcextension |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/EmanuelFontelles/libgen-google-chrome-extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Library Genesis", "version": "1.0.1", "description": "Library Genesis google-chrome extension to improve daily searches", "manifest_version": 3, "author": "Emanuel Fontelles", "icons": { "16": ".\/img\/libgen-icon.png", "48": ".\/img\/libgen-icon.png", "128": ".\/img\/libgen-icon.png" }, "action": { "default_popup": "index.html", "default_title": "Library Genesis search engine" }, "background": { "service_worker": "serviceWorker.js" }, "permissions": [ "contextMenus" ] } |