Morning Espresso
Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
Morning Espressoคืออะไร?
Morning Espresso เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ohsatgames และคุณลักษณะหลักของมันคือ "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Morning Espresso
ดาวน์โหลดไฟล์ส่วนขยาย Morning Espresso ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
My take on the popular Firefox extension Morning Coffee. Organize websites by day and open them up simultaneously with a click while you enjoy your morning espresso, coffee or even tea.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ganjacdbmjoggmfcgdpcjimpgjehpodm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm |
คำอธิบาย | Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea. |
ขนาดไฟล์ | 52.68 KB |
จำนวนการติดตั้ง | 391 |
เวอร์ชันปัจจุบัน | 0.8.2 |
อัปเดตครั้งล่าสุด | 2016-10-23 |
วันที่เผยแพร่ | 2016-10-23 |
คะแนน | 3.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | ohsatgames |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://www.ohsat.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Morning Espresso", "short_name": "Espresso", "description": "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.", "version": "0.8.2", "browser_action": { "default_icon": "icon19.png", "default_popup": "mainmenu.html", "default_title": "Grab a cup!" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage" ] } |