tw-rl
This extension saves URLs to tw-rl.com
ما هو tw-rl؟
tw-rl هو إضافة Chrome تم تطويرها بواسطة https://tw-rl.com، والميزة الرئيسية لها هي "This extension saves URLs to tw-rl.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة tw-rl
قم بتنزيل ملفات الامتداد tw-rl بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
tw-rl is a curation platform for collecting tweets, videos and images from around the web. Showcase your creative work or simply share your curations with friends and family. This extension makes adding link cards to your tw-rl.com profile simple, easy and fun.
معلومات أساسية عن التمديد
الاسم | tw-rl |
ID | kcnjbdafjjfnbnclnhflhbdnpjagaink |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tw-rl/kcnjbdafjjfnbnclnhflhbdnpjagaink |
الوصف | This extension saves URLs to tw-rl.com |
حجم الملف | 37.47 KB |
عدد التثبيتات | 137 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2021-05-04 |
تاريخ النشر | 2021-05-01 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | https://tw-rl.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://tw-rl.com |
عنوان صفحة المساعدة | https://tw-rl.com |
عنوان صفحة سياسة الخصوصية | https://tw-rl.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "tw-rl", "version": "0.1.1", "description": "This extension saves URLs to tw-rl.com", "permissions": [ "activeTab" ], "host_permissions": [ "https:\/\/tw-rl.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.tw-rl.com\/*" ] }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } } |