Comic Owl
Keeps track of reading/watch position in online series.
Qu'est-ce que Comic Owl ?
Comic Owl est une extension Chrome développée par https://thomasrichards.xyz, et sa fonction principale est "Keeps track of reading/watch position in online series.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Comic Owl
Téléchargez les fichiers d'extension Comic Owl au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Comic Owl maintains a list of your web comics or any other web series and automatically updates what chapter and page you are on. A simple click will take you directly back to where you left off.
Informations de Base sur l'Extension
Nom | Comic Owl |
ID | noindofpjphoggjpelglbphkpmpidekl |
URL Officiel | https://chromewebstore.google.com/detail/comic-owl/noindofpjphoggjpelglbphkpmpidekl |
Description | Keeps track of reading/watch position in online series. |
Taille du Fichier | 103 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2017-07-15 |
Date de Publication | 2017-07-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://thomasrichards.xyz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Comic Owl", "version": "1.2.1", "description": "Keeps track of reading\/watch position in online series.", "icons": { "32": "img\/Logo32.png", "64": "img\/Logo64.png", "128": "img\/Logo128.png" }, "author": "Thomas Richards", "browser_action": { "default_icon": "img\/Logo32.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/classes\/Link.js", "js\/background.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs" ] } |