One tsp. Recipe Clipper
Copy recipes from supported web sites to your One tsp. recipe collection.
One tsp. Recipe Clipperคืออะไร?
One tsp. Recipe Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onetsp.com และคุณลักษณะหลักของมันคือ "Copy recipes from supported web sites to your One tsp. recipe collection."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One tsp. Recipe Clipper
ดาวน์โหลดไฟล์ส่วนขยาย One tsp. Recipe Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The One tsp. recipe clipper allows you to save recipes from anywhere on the web with just one click!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | One tsp. Recipe Clipper |
ID | dbjalipgbmiicadebpphmjlhkedpoffp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/one-tsp-recipe-clipper/dbjalipgbmiicadebpphmjlhkedpoffp |
คำอธิบาย | Copy recipes from supported web sites to your One tsp. recipe collection. |
ขนาดไฟล์ | 21.29 KB |
จำนวนการติดตั้ง | 367 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2019-01-17 |
วันที่เผยแพร่ | 2019-01-17 |
ผู้พัฒนา | https://onetsp.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://onetsp.com/support |
URL หน้านโยบายความเป็นส่วนตัว | https://onetsp.com/legal |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One tsp. Recipe Clipper", "description": "Copy recipes from supported web sites to your One tsp. recipe collection.", "version": "1.0.3", "icons": { "16": "icon_circle_16.png", "32": "icon_circle_32.png", "48": "icon_circle_48.png", "128": "icon_circle_128.png" }, "permissions": [ "activeTab", "https:\/\/onetsp.com\/" ], "browser_action": { "default_popup": "popup.html" } } |