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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } |