Morning Espresso
Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
什麼是Morning Espresso?
Morning Espresso是由ohsatgames開發的Chrome擴展程式,該擴展的主要功能是“Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.”。
擴展截圖
下載Morning Espresso擴展crx文件
下載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 |
官方網址 | 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" ] } |