Tabbi
Bookmarks, Front And Center
ما هو Tabbi؟
Tabbi هو إضافة Chrome تم تطويرها بواسطة https://12px.io، والميزة الرئيسية لها هي "Bookmarks, Front And Center".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tabbi
قم بتنزيل ملفات الامتداد Tabbi بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tabbi Bookmarks: A new new tab. Tabbi replaces chrome's new tab page with a new one that is much more bookmark focused, allowing you to find what you need quickly and open it when you need it. Tabbi also supports saving all of your tabs in one go into a special bookmark board called a "session".
معلومات أساسية عن التمديد
الاسم | Tabbi |
ID | ilonjmcjjkcnhndjfkaoekocdfhedlfd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabbi/ilonjmcjjkcnhndjfkaoekocdfhedlfd |
الوصف | Bookmarks, Front And Center |
حجم الملف | 319 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.0.0.3 |
آخر تحديث | 2018-10-06 |
تاريخ النشر | 2018-10-05 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://12px.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://tabbi.12px.io |
عنوان صفحة المساعدة | https://github.com/12px/tabbi |
عنوان صفحة سياسة الخصوصية | https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabbi", "version": "1.0.0.3", "description": "Bookmarks, Front And Center", "manifest_version": 2, "icons": { "128": "icon.png" }, "browser_action": { "default_popup": "app\/index.html?popup=true", "default_icon": { "128": "icon.png" } }, "permissions": [ "tabs", "identity", "storage" ], "chrome_url_overrides": { "newtab": "app\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "oauth2": { "client_id": "645077009967-qhq77o1l3qgnijjor0ap9vtbvrtq0st2.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.appdata" ] } } |