WebScheduler
Opens a page automatically on time which you scheduled.
什么是WebScheduler?
WebScheduler是由https://far.whochan.com开发的Chrome扩展程序,该扩展的主要功能是“Opens a page automatically on time which you scheduled.”。
扩展截图
下载WebScheduler扩展crx文件
下载WebScheduler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | WebScheduler |
ID | pgaeghafapbilcnhbiimfckclanfohlh |
官方URL | https://chromewebstore.google.com/detail/webscheduler/pgaeghafapbilcnhbiimfckclanfohlh |
简介 | Opens a page automatically on time which you scheduled. |
文件大小 | 134 KB |
安装次数 | 580 |
当前版本 | 3.0 MV3 |
更新时间 | 2022-03-02 |
上架时间 | 2017-12-30 |
评分 | 3.91/5 共11次评分 |
开发者 | https://far.whochan.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://far.whochan.com/wlog.cgi/WebScheduler |
帮助页面URL | https://twitter.com/intent/tweet?screen_name=whochan_com&hashtags=WebScheduler |
隐私政策页面URL | http://far.whochan.com/wlog.cgi/Privacy%20Policy |
支持的语言 | 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" ] } |