Auto Page Opener
Automatically open web pages at scheduled times.
Vad är Auto Page Opener?
Auto Page Opener är en Chrome-tillägg utvecklad av Youth Molecule, och dess huvudfunktion är "Automatically open web pages at scheduled times.".
Tilläggsskärmbilder
Ladda ner Auto Page Opener-förlängningens CRX-fil
Ladda ner Auto Page Opener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]. Grundläggande Information om Tillägg
| Namn | |
| ID | cngkdhdiifcfigdffnmibfopjdlbnpeh |
| Officiell webbadress | https://chromewebstore.google.com/detail/auto-page-opener/cngkdhdiifcfigdffnmibfopjdlbnpeh |
| Beskrivning | Automatically open web pages at scheduled times. |
| Filstorlek | 17.68 KB |
| Antal Installationer | 10,000 |
| Aktuell Version | 1.1.1 |
| Senast Uppdaterad | 2022-06-27 |
| Publiceringsdatum | 2020-02-07 |
| Betyg | 4.18/5 Totalt 22 Betyg |
| Utvecklare | Youth Molecule |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |