Shortcut
Save links to your favorite recipes directly to your Shortcut account.
Τι είναι το Shortcut;
Το Shortcut είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 47Nord AG, και η κύρια λειτουργία του είναι "Save links to your favorite recipes directly to your Shortcut account.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Shortcut
Λήψη αρχείων επέκτασης Shortcut σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } } |