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 là gì?
Copy Me That là một tiện ích mở rộng Chrome được phát triển bởi https://www.copymethat.com, và tính năng chính của nó là "Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Copy Me That
Tải xuống các tệp mở rộng Copy Me That dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Copy Me That |
ID | lgjinjcobiflbbnhenlfkcjpeeacklfl |
URL Chính Thức | https://chromewebstore.google.com/detail/copy-me-that/lgjinjcobiflbbnhenlfkcjpeeacklfl |
Mô tả | Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in… |
Kích Thước Tệp | 28.18 KB |
Số Lần Cài Đặt | 60,771 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2022-11-03 |
Ngày Phát Hành | 2020-03-27 |
Đánh Giá | 4.70/5 Tổng số 94 Đánh Giá |
Nhà Phát Triển | https://www.copymethat.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.copymethat.com |
URL Trang Trợ Giúp | https://www.copymethat.com/contact/ |
URL Trang Chính Sách Bảo Mật | https://www.copymethat.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |