beautyHelper
For skincare + makeup enthusiasts! Analyze cosmetic ingredients and search products on your favourite beauty sites ❣️
beautyHelperคืออะไร?
beautyHelper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nvskm และคุณลักษณะหลักของมันคือ "For skincare + makeup enthusiasts! Analyze cosmetic ingredients and search products on your favourite beauty sites ❣️"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย beautyHelper
ดาวน์โหลดไฟล์ส่วนขยาย beautyHelper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
UPDATED Version 1.2.5 - Bugfix, updated search for MUA • Paste ingredients to see color 🌈coded comedogenic ratings for over 300 ingredients 💅 • Conveniently search 🔍skincare and makeup products to automatically open a new tab or popup on Sephora, MakeupAlley, CosDNA, Beautypedia or SkinCarisma 💄 ➡️Beauty Helper Features Include: ✨Context menu to quickly paste highlighted product names or ingredients ✨Ingredient analyzer that color codes items by comedogenic rating ✨ Options to open your search in a new tab or as a popup window 💖Thanks for checking out beautyHelper! Leave a rating to share how you like it! 🧐Notice a rating that seems incorrect or have a rating you'd like to be added? Feel free to leave feedback & suggestions for edits will be reviewed! ❓Comedogenic ratings compare how likely an ingredient is to clog pores (lower is better)... and in turn break you out! Everyone's skin is different but they can be a useful tool in your product search! 😊
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | beautyHelper |
ID | ffgflmclckheihbaejnnfodhjiegiicm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/beautyhelper/ffgflmclckheihbaejnnfodhjiegiicm |
คำอธิบาย | For skincare + makeup enthusiasts! Analyze cosmetic ingredients and search products on your favourite beauty sites ❣️ |
ขนาดไฟล์ | 43.07 KB |
จำนวนการติดตั้ง | 59 |
เวอร์ชันปัจจุบัน | 1.2.5 |
อัปเดตครั้งล่าสุด | 2019-05-24 |
วันที่เผยแพร่ | 2019-05-23 |
ผู้พัฒนา | nvskm |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "beautyHelper", "version": "1.2.5", "description": "For skincare + makeup enthusiasts! Analyze cosmetic ingredients and search products on your favourite beauty sites \u2763\ufe0f", "icons": { "16": "src\/img\/kiss16.png", "32": "src\/img\/kiss32.png", "48": "src\/img\/kiss48.png", "128": "src\/img\/kiss128.png" }, "browser_action": { "default_icon": { "16": "src\/img\/kiss16.png", "24": "src\/img\/kiss24.png", "32": "src\/img\/kiss32.png" }, "default_title": "beautyHelper", "default_popup": "src\/html\/ingredients.html" }, "background": { "scripts": [ "src\/js\/background.js" ] }, "permissions": [ "storage", "activeTab", "contextMenus" ], "web_accessible_resources": [ "src\/data\/ingredients.min.json" ], "manifest_version": 2 } |