Auto Page Opener
Automatically open web pages at scheduled times.
Auto Page Openerとは何ですか?
Auto Page OpenerはYouth Moleculeによって開発されたChromeの拡張機能で、その主な機能は「Automatically open web pages at scheduled times.」です。
拡張機能のスクリーンショット
Auto Page Opener拡張機能のCRXファイルをダウンロード
Auto Page Opener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Schedule web pages to open automatically.
Web pages can be scheduled to be opened once at a specific time or web pages can be scheduled to be opened repeatedly on different days of the week.
Please review and email any feedback to [email protected]. 拡張機能の基本情報
| 名前 | |
| ID | cngkdhdiifcfigdffnmibfopjdlbnpeh |
| 公式URL | https://chromewebstore.google.com/detail/auto-page-opener/cngkdhdiifcfigdffnmibfopjdlbnpeh |
| 説明 | Automatically open web pages at scheduled times. |
| ファイルサイズ | 17.68 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2022-06-27 |
| 公開日 | 2020-02-07 |
| 評価 | 4.18/5 合計 22 レビュー |
| 開発者 | Youth Molecule |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Page Opener",
"version": "1.1.1",
"description": "Automatically open web pages at scheduled times.",
"permissions": [
"storage",
"background",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"options_page": "options.html",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/auto_open_logo16.png",
"32": "images\/auto_open_logo32.png",
"48": "images\/auto_open_logo48.png",
"128": "images\/auto_open_logo128.png"
}
},
"icons": {
"16": "images\/auto_open_logo16.png",
"32": "images\/auto_open_logo32.png",
"48": "images\/auto_open_logo48.png",
"128": "images\/auto_open_logo128.png"
},
"minimum_chrome_version": "79",
"manifest_version": 2
} | |