Copy Me That
Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…
什么是Copy Me That?
Copy Me That是由https://www.copymethat.com开发的Chrome扩展程序,该扩展的主要功能是“Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…”。
扩展截图
下载Copy Me That扩展crx文件
下载Copy Me That扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in one location. Edit copied recipes or add your own. Organize with tags. Add recipes to your shopping list and cross items off when you're in the supermarket. Plan meals with the meal planner. Share your recipes and get inspired by others.
扩展基本信息
名称 | Copy Me That |
ID | lgjinjcobiflbbnhenlfkcjpeeacklfl |
官方URL | https://chromewebstore.google.com/detail/copy-me-that/lgjinjcobiflbbnhenlfkcjpeeacklfl |
简介 | Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in… |
文件大小 | 28.18 KB |
安装次数 | 60,771 |
当前版本 | 1.2.3 |
更新时间 | 2022-11-03 |
上架时间 | 2020-03-27 |
评分 | 4.70/5 共94次评分 |
开发者 | https://www.copymethat.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.copymethat.com |
帮助页面URL | https://www.copymethat.com/contact/ |
隐私政策页面URL | https://www.copymethat.com/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Me That", "version": "1.2.3", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "*:\/\/button.copymethat.com\/*", "contextMenus", "cookies" ], "browser_action": { "name": "Copy me that!", "default_icon": "icon.png" }, "web_accessible_resources": [ "exists.gif", "spinner_25.gif" ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |