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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย javierguzmandev และคุณลักษณะหลักของมันคือ "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Morning Routine
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Morning Routine |
ID | oomonogdlncffnaapifnabnobndkiojm |
URL อย่างเป็นทางการ | 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" ] } |