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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |