URSTYLE Clipper Tool
Save items you love to URSTYLE.com
URSTYLE Clipper Toolคืออะไร?
URSTYLE Clipper Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://urstyle.fashion และคุณลักษณะหลักของมันคือ "Save items you love to URSTYLE.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URSTYLE Clipper Tool
ดาวน์โหลดไฟล์ส่วนขยาย URSTYLE Clipper Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The URSTYLE Clipper Tool is the easiest way to add images from accross the web to URSTYLE. After adding the extension click the URSTYLE Clipper button on the browser to save images from your favourite stores, fashion blogs and other websites that inspire your style.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | URSTYLE Clipper Tool |
ID | fdjlldokfdiglkajbadmgbmbnljokpag |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/urstyle-clipper-tool/fdjlldokfdiglkajbadmgbmbnljokpag |
คำอธิบาย | Save items you love to URSTYLE.com |
ขนาดไฟล์ | 40.26 KB |
จำนวนการติดตั้ง | 4,579 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2022-07-16 |
วันที่เผยแพร่ | 2019-12-09 |
คะแนน | 2.17/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | https://urstyle.fashion |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://urstyle.fashion |
URL หน้าช่วยเหลือ | https://urstyle.fashion/community |
URL หน้านโยบายความเป็นส่วนตัว | https://urstyle.com/privacy_policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URSTYLE Clipper Tool", "version": "1.8", "description": "Save items you love to URSTYLE.com", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/ur_19.png", "38": "images\/ur_38.png" }, "default_title": "+TAG" }, "externally_connectable": { "matches": [ "*:\/\/*.urstyle.com\/*", "*:\/\/*.urstyle.fashion\/*" ] }, "icons": { "16": "images\/ur_16.png", "32": "images\/ur_32.png", "48": "images\/ur_48.png", "128": "images\/ur_128.png" }, "manifest_version": 2 } |