Morning Espresso
Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
Morning Espresso क्या है?
Morning Espresso ohsatgames द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Morning Espresso एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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" ] } |