Web Novel Tracker

Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…

Что такое Web Novel Tracker?

Web Novel Tracker - это расширение Chrome, разработанное prasadmadanayake, и его основная функция - "Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Web Novel Tracker

Скачайте файлы расширений Web Novel Tracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Keep track of your favorite web novels across the devices.

Usage: 
   Go to the title page of the novel.
   Open Web Novel Tracker and press + button. novel will be added to the library
   Extension will keep track of the last read chapter for you

Enjoy Reading                    

Основная информация о расширении

Название Web Novel Tracker Web Novel Tracker
ID hgkhocmobdpcmclacelkdnooanenbich
Официальный URL https://chromewebstore.google.com/detail/web-novel-tracker/hgkhocmobdpcmclacelkdnooanenbich
Описание Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…
Размер файла 392 KB
Количество установок 57
Текущая Версия 1.0
Последнее Обновление 2019-09-19
Дата публикации 2019-09-19
Рейтинг 4.00/5 Всего 1 оценок
Разработчик prasadmadanayake
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Novel Tracker",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'sha256-YLnffyOs9ELahyoUibKuefU0uTq6MeqQZJ+8kEMsWt4=' object-src 'self' 'unsafe-inline'"
}