JapScan_PageSaver
Extension for Save Chapter and Page of Current Manga you read
Co je JapScan_PageSaver?
JapScan_PageSaver je rozšíření Chrome vyvinuté bastien boymond, a jeho hlavní funkcí je „Extension for Save Chapter and Page of Current Manga you read“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření JapScan_PageSaver
Stáhněte si soubory rozšíření JapScan_PageSaver ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Cette extension est conçue pour le site JapScan.lol et offre de nombreuses fonctionnalités, notamment :
• Accès rapide aux mangas déjà lus
• Notification des nouveaux chapitres à mesure qu'ils sortent
• Barre de recherche pour retrouver facilement vos lectures
• Fonction d'auto-scroll pour une expérience de lecture fluide
• Mode sombre pour une lecture confortable en basse lumière
• Lien vers Anilist dans la fenêtre pop-up
• Mise à jour automatique de l'avancement des chapitres sur Anilist lorsque vous ajoutez des mangas à votre liste
• Statistiques du site
• Import et export de list
N'hésitez pas à nous contacter si vous avez besoin d'aide ! Základní Informace o Rozšíření
| Název | |
| ID | oennheijilebmieelbahckofblcgkljn |
| Oficiální URL | https://chromewebstore.google.com/detail/japscanpagesaver/oennheijilebmieelbahckofblcgkljn |
| Popis | Extension for Save Chapter and Page of Current Manga you read |
| Velikost souboru | 1.23 MB |
| Počet instalací | 109 |
| Aktuální Verze | 3.570 |
| Poslední Aktualizace | 2023-06-26 |
| Datum Vydání | 2021-09-01 |
| Hodnocení | 5.00/5 Celkem 9 Hodnocení |
| Vývojář | bastien boymond |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/BastienBoymond/JapScan-PageSaver |
| URL Stránky Nápovědy | https://github.com/BastienBoymond/JapScan-PageSaver/issues |
| Podporované Jazyky | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "JapScan_PageSaver",
"description": "Extension for Save Chapter and Page of Current Manga you read",
"version": "3.570",
"permissions": [
"storage",
"downloads"
],
"host_permissions": [
"http:\/\/141.94.68.137:3900\/*",
"http:\/\/141.94.68.137:2900\/*",
"https:\/\/anilist.co\/*",
"http:\/\/141.94.68.137:3900\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.japscan.lol\/",
"https:\/\/www.japscan.lol\/*"
],
"js": [
"index.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "assets\/japscan.png",
"default_popup": "popup\/home\/popup.html",
"default_title": "JapScan Saver"
},
"icons": {
"16": "assets\/japscan.png",
"48": "assets\/japscan.png",
"128": "assets\/japscan.png"
}
} | |