Shortcut
Save links to your favorite recipes directly to your Shortcut account.
什麼是Shortcut?
Shortcut是由47Nord AG開發的Chrome擴展程式,該擴展的主要功能是“Save links to your favorite recipes directly to your Shortcut account.”。
擴展截圖
下載Shortcut擴展crx文件
下載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 |
官方網址 | 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" } } |