EpubPressX - Read the web offline
Create custom ebooks from your favorite blogs and websites.
ما هو EpubPressX - Read the web offline؟
EpubPressX - Read the web offline هو إضافة Chrome تم تطويرها بواسطة sunxen، والميزة الرئيسية لها هي "Create custom ebooks from your favorite blogs and websites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EpubPressX - Read the web offline
قم بتنزيل ملفات الامتداد EpubPressX - Read the web offline بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Fork from EpubPress, and make some updates: - Faster and more stable: e-books are created locally, not dependent on the server - Fixed EPUB format issues - Fixed image positioning issues - Can set the cover - Can choose whether to include images Project: https://github.com/sunxen/EpubPressX
معلومات أساسية عن التمديد
الاسم | EpubPressX - Read the web offline |
ID | akgkfegkiajbamekmkcafnfckmhgcnpa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/epubpressx-read-the-web-o/akgkfegkiajbamekmkcafnfckmhgcnpa |
الوصف | Create custom ebooks from your favorite blogs and websites. |
حجم الملف | 599 KB |
عدد التثبيتات | 725 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2024-02-13 |
تاريخ النشر | 2023-09-06 |
المطور | sunxen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/sunxen/EpubPressX |
عنوان صفحة المساعدة | https://github.com/sunxen/EpubPressX/issues |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "version": "1.1.1", "author": "sunxen", "homepage_url": "https:\/\/github.com\/sunxen\/EpubPressX", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "16": "images\/download-icon-16.png", "128": "images\/download-icon-128.png" }, "default_locale": "en", "background": { "service_worker": "build\/service.js", "type": "module" }, "permissions": [ "tabs", "scripting", "downloads" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_icon": { "20": "images\/download-icon-20.png", "32": "images\/download-icon-32.png" }, "default_title": "EpubPressX", "default_popup": "popup.html" } } |