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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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].
확장 프로그램 기본 정보
이름 | Auto Page Opener |
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 |
이메일 | [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 } |