cinc.kitchen Recipe Importer
Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
cinc.kitchen Recipe Importerคืออะไร?
cinc.kitchen Recipe Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cinc.kitchen และคุณลักษณะหลักของมันคือ "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย cinc.kitchen Recipe Importer
ดาวน์โหลดไฟล์ส่วนขยาย cinc.kitchen Recipe Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bgfpngmmnfogkbjpaliehfdobkeakoke |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke |
| คำอธิบาย | Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon. |
| ขนาดไฟล์ | 117 KB |
| จำนวนการติดตั้ง | 60 |
| เวอร์ชันปัจจุบัน | 1.0.2 |
| อัปเดตครั้งล่าสุด | 2017-06-23 |
| วันที่เผยแพร่ | 2017-06-23 |
| คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://www.cinc.kitchen |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.cinc.kitchen |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "cinc.kitchen Recipe Importer",
"description": "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.",
"version": "1.0.2",
"browser_action": {
"default_icon": "icon-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"webRequest",
" | |