Morning Routine
This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning
什麼是Morning Routine?
Morning Routine是由javierguzmandev開發的Chrome擴展程式,該擴展的主要功能是“This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning”。
擴展截圖
下載Morning Routine擴展crx文件
下載Morning Routine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This add-on lets you to specify in the options a bunch of web pages URLs separated by a line. When you are in your morning routine you can click the add-on icon and it will open your favorites web pages. 擴展基本資訊
| 名稱 | |
| ID | oomonogdlncffnaapifnabnobndkiojm |
| 官方網址 | https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm |
| 簡介 | This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning |
| 檔案大小 | 7.22 KB |
| 安裝次數 | 39 |
| 目前版本 | 1.0 |
| 更新時間 | 2022-10-21 |
| 上架時間 | 2022-10-20 |
| 開發者 | javierguzmandev |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/javierguzman/morning-routine |
| 說明頁面URL | https://github.com/javierguzman/morning-routine |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning",
"manifest_version": 3,
"name": "Morning Routine",
"version": "1.0",
"author": "Javier Guzman",
"homepage_url": "https:\/\/github.com\/javierguzman\/morning-routine",
"icons": {
"48": "icons\/coffee-cup-48.png"
},
"action": {
"default_icon": {
"48": "icons\/coffee-cup-48.png"
},
"default_title": "Morning Routine"
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html"
},
"permissions": [
"storage"
]
} | |