WebScheduler
Opens a page automatically on time which you scheduled.
O que é WebScheduler?
WebScheduler é uma extensão do Chrome desenvolvida por https://far.whochan.com, e sua principal característica é "Opens a page automatically on time which you scheduled.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WebScheduler
Baixe arquivos de extensão WebScheduler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | WebScheduler |
ID | pgaeghafapbilcnhbiimfckclanfohlh |
URL Oficial | https://chromewebstore.google.com/detail/webscheduler/pgaeghafapbilcnhbiimfckclanfohlh |
Descrição | Opens a page automatically on time which you scheduled. |
Tamanho do Arquivo | 134 KB |
Contagem de Instalações | 580 |
Versão Atual | 3.0 MV3 |
Última Atualização | 2022-03-02 |
Data de Publicação | 2017-12-30 |
Classificação | 3.91/5 Total de 11 Avaliações |
Desenvolvedor | https://far.whochan.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://far.whochan.com/wlog.cgi/WebScheduler |
URL da Página de Ajuda | https://twitter.com/intent/tweet?screen_name=whochan_com&hashtags=WebScheduler |
URL da Página de Política de Privacidade | http://far.whochan.com/wlog.cgi/Privacy%20Policy |
Idiomas Suportados | 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" ] } |