Comic Owl
Keeps track of reading/watch position in online series.
Co to jest Comic Owl?
Comic Owl to rozszerzenie Chrome opracowane przez https://thomasrichards.xyz, a jego główną funkcją jest „Keeps track of reading/watch position in online series.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Comic Owl
Pobierz pliki rozszerzeń Comic Owl w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | noindofpjphoggjpelglbphkpmpidekl |
| Oficjalny URL | https://chromewebstore.google.com/detail/comic-owl/noindofpjphoggjpelglbphkpmpidekl |
| Opis | Keeps track of reading/watch position in online series. |
| Rozmiar pliku | 103 KB |
| Liczba instalacji | 16 |
| Aktualna Wersja | 1.2.1 |
| Ostatnia Aktualizacja | 2017-07-15 |
| Data Publikacji | 2017-07-15 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://thomasrichards.xyz |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |