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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
} | |