Shortcut
Save links to your favorite recipes directly to your Shortcut account.
Shortcut क्या है?
Shortcut 47Nord AG द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save links to your favorite recipes directly to your Shortcut account."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shortcut एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ABOUT SHORTCUT Copy any recipe from any website with just one click. The Shortcut browser extension to save recipes and food-related content from any website. Shortcut is a simple recipe manager for iPhone, iPad, or Android devices saving recipes from any source both online and offline. This browser extension can be used for saving recipes from your desktop computer to the Shortcut app on your mobile device. Just navigate to a recipe or food-related content you want to save on Shortcut. Click on the Shortcut browser extension. Users who aren’t logged in will automatically be taken through a login or signup process within the extension. Once authenticated, you can save any recipe with just one click. WHAT OUR USERS SAY ⭐️⭐️⭐️⭐️⭐️ Very useful for saving recipes. ⭐️⭐️⭐️⭐️⭐️ An excellent way of organizing anything. Questions? Feedback? We'd love to hear from you: [email protected] Learn more at https://shortcutapp.io
एक्सटेंशन की मूल जानकारी
नाम | |
ID | habcaflkdnoanlmclfcipkigfikodmem |
आधिकारिक URL | https://chrome.google.com/webstore/detail/shortcut/habcaflkdnoanlmclfcipkigfikodmem |
विवरण | Save links to your favorite recipes directly to your Shortcut account. |
फ़ाइल का आकार | 600 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2020-12-01 |
प्रकाशन तिथि | 2020-10-02 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | 47Nord AG |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://shortcutapp.io |
गोपनीयता नीति पृष्ठ URL | https://inspiced.co/privacy |
समर्थित भाषाएँ | de,en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.2", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "permissions": [ "storage", "activeTab", "identity" ], "content_security_policy": "default-src 'none'; script-src 'self'; connect-src https:\/\/turnip-api.shortcutapp.io;", "background": { "page": "daemon\/daemon.html", "persistent": true }, "browser_action": { "default_title": "Save to Shortcut", "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png", "256": "images\/logo_256.png", "512": "images\/logo_512.png" } }, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png", "256": "images\/logo_256.png", "512": "images\/logo_512.png" } } |