CookBook Manager - Recipe Importer
Import recipes to your CookBook Manager App account from Chrome!
什麼是CookBook Manager - Recipe Importer?
CookBook Manager - Recipe Importer是由https://cookbookmanager.com開發的Chrome擴展程式,該擴展的主要功能是“Import recipes to your CookBook Manager App account from Chrome!”。
擴展截圖
下載CookBook Manager - Recipe Importer擴展crx文件
下載CookBook Manager - Recipe Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you're already a member of the CookBook Manager App, you can use the CookBook Chrome Extension to download recipes as you browse the web. Simple click the extension, login to your CookBook account and then click the extension whenever you want to import a recipe. Any issues, questions or feedback - please get it in touch at [email protected]
擴展基本資訊
名稱 | CookBook Manager - Recipe Importer |
ID | pehlnokhmjhnlghjkjbepjimjbcnjnlb |
官方網址 | https://chromewebstore.google.com/detail/cookbook-manager-recipe-i/pehlnokhmjhnlghjkjbepjimjbcnjnlb |
簡介 | Import recipes to your CookBook Manager App account from Chrome! |
檔案大小 | 1.24 MB |
安裝次數 | 5,374 |
目前版本 | 2.2.1005 |
更新時間 | 2023-09-04 |
上架時間 | 2021-06-05 |
評分 | 4.33/5 共 15 次評分 |
開發者 | https://cookbookmanager.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://cookbookmanager.com |
說明頁面URL | https://cookbookmanager.com |
隱私政策頁面URL | https://www.cookbook.company/policies/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CookBook Manager - Recipe Importer", "version": "2.2.1005", "description": "Import recipes to your CookBook Manager App account from Chrome!", "background": { "service_worker": "chromeAssets\/js\/background.min.js" }, "offline_enabled": false, "icons": { "48": "chromeAssets\/img\/48.png", "128": "chromeAssets\/img\/128.png" }, "host_permissions": [ "*:\/\/cookbookmanager.com\/*", "*:\/\/*.cookbookmanager.com\/*" ], "permissions": [ "cookies", "activeTab", "tabs", "scripting" ], "externally_connectable": { "matches": [ "https:\/\/*.cookbookmanager.com\/*", "https:\/\/cookbookmanager.com\/*", "http:\/\/localhost:63342\/*" ] }, "manifest_version": 3, "action": { "default_icon": "chromeAssets\/img\/128.png", "default_title": "CookBook Manager", "default_popup": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'; connect-src https:\/\/* data: blob: filesystem:;" } } |