WebScheduler

Opens a page automatically on time which you scheduled.

Co to jest WebScheduler?

WebScheduler to rozszerzenie Chrome opracowane przez https://far.whochan.com, a jego główną funkcją jest „Opens a page automatically on time which you scheduled.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WebScheduler

Pobierz pliki rozszerzeń WebScheduler 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

                        This extension opens a page automatically on time which you scheduled.

= WebScheduler 3.0 : Manifest Ver 3

v3.0.0
; Abolished : Sound when open tab.
; Implemented: Desktop notification.

v3.0.1
; Fixed : Can not set minutes.
; Fixed : Convert old data automatically.                    

Podstawowe informacje o rozszerzeniu

Nazwa WebScheduler WebScheduler
ID pgaeghafapbilcnhbiimfckclanfohlh
Oficjalny URL https://chromewebstore.google.com/detail/webscheduler/pgaeghafapbilcnhbiimfckclanfohlh
Opis Opens a page automatically on time which you scheduled.
Rozmiar pliku 134 KB
Liczba instalacji 580
Aktualna Wersja 3.0 MV3
Ostatnia Aktualizacja 2022-03-02
Data Publikacji 2017-12-30
Ocena 3.91/5 Łącznie 11 Oceny
Deweloper https://far.whochan.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://far.whochan.com/wlog.cgi/WebScheduler
Adres URL Strony Pomocy https://twitter.com/intent/tweet?screen_name=whochan_com&hashtags=WebScheduler
Adres URL Strony Polityki Prywatności http://far.whochan.com/wlog.cgi/Privacy%20Policy
Obsługiwane Języki en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WebScheduler",
    "version": "3.0.1.92",
    "version_name": "3.0 MV3",
    "default_locale": "en",
    "description": "__MSG_DESCRIPTION__",
    "homepage_url": "http:\/\/far.whochan.com\/",
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon96.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "WebScheduler",
        "default_icon": "buttons\/enabled.png"
    },
    "permissions": [
        "notifications",
        "alarms",
        "tabs",
        "storage"
    ]
}