GChat - Pin threads
Pin your threads to use another time
ما هو GChat - Pin threads؟
GChat - Pin threads هو إضافة Chrome تم تطويرها بواسطة lasalvadordev، والميزة الرئيسية لها هي "Pin your threads to use another time".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GChat - Pin threads
قم بتنزيل ملفات الامتداد GChat - Pin threads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An Extension to pin your threads on google chat. With this package you can click on the "Pin Your Thread" button and we save the thread's link with a name of your preference and you can easily access this thread when you want. You can remove the Pinned thread when you want clickingin the "X" button.
معلومات أساسية عن التمديد
الاسم | GChat - Pin threads |
ID | indkckjhobpnbgkjbppehhihfpdmcjon |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gchat-pin-threads/indkckjhobpnbgkjbppehhihfpdmcjon |
الوصف | Pin your threads to use another time |
حجم الملف | 8.93 KB |
عدد التثبيتات | 498 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2022-08-11 |
تاريخ النشر | 2022-02-14 |
تقييم | 3.50/5 مجموع تقييمات 2 |
المطور | lasalvadordev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GChat - Pin threads", "description": "Pin your threads to use another time", "action": { "default_icon": ".\/images\/logo.png", "default_popup": ".\/popup\/index.html" }, "content_scripts": [ { "matches": [ "https:\/\/chat.google.com\/*", "https:\/\/mail.google.com\/chat\/*" ], "all_frames": true, "js": [ ".\/scripts\/content.js" ], "css": [ ".\/styles\/styles.css" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "version": "1.0.5" } |