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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://urstyle.fashion/community |
عنوان صفحة سياسة الخصوصية | 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 } |