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 |
Eメール | [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" } } |