Pin-It
This extension keeps a set of tabs permanently pinned in your browser window.
ما هو Pin-It؟
Pin-It هو إضافة Chrome تم تطويرها بواسطة https://gaunt.dev، والميزة الرئيسية لها هي "This extension keeps a set of tabs permanently pinned in your browser window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pin-It
قم بتنزيل ملفات الامتداد Pin-It بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension makes it easy to set-up a number of tabs that you like to pin and at the click of a button, it'll set them up for you.
No more losing your tabs when you restart your machine and share the same tabs across all of your devices. معلومات أساسية عن التمديد
| الاسم | |
| ID | iaebojjjijdaeinlldahkekclhdjgkme |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/pin-it/iaebojjjijdaeinlldahkekclhdjgkme |
| الوصف | This extension keeps a set of tabs permanently pinned in your browser window. |
| حجم الملف | 101 KB |
| عدد التثبيتات | 250 |
| النسخة الحالية | 3.0.1 |
| آخر تحديث | 2024-03-01 |
| تاريخ النشر | 2020-09-11 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://gaunt.dev |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.gaunt.dev/projects/pin-it/ |
| عنوان صفحة المساعدة | https://github.com/gauntface/pin-it-extension/issues/new |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pin-It",
"version": "3.0.1",
"description": "This extension keeps a set of tabs permanently pinned in your browser window.",
"manifest_version": 3,
"icons": {
"64": "images\/icons\/favicon-64x64.png",
"128": "images\/icons\/favicon-128x128.png",
"512": "images\/icons\/favicon-512x512.png"
},
"action": {
"default_icon": {
"64": "images\/icons\/favicon-64x64.png",
"128": "images\/icons\/favicon-128x128.png",
"512": "images\/icons\/favicon-512x512.png"
}
},
"options_page": "options.html",
"permissions": [
"storage"
],
"background": {
"service_worker": "scripts\/background\/sw.js",
"type": "module"
}
} | |