GraphiTabs
Your tabs in order. Smart way to organize your web.
ما هو GraphiTabs؟
GraphiTabs هو إضافة Chrome تم تطويرها بواسطة https://graphiy.com، والميزة الرئيسية لها هي "Your tabs in order. Smart way to organize your web.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GraphiTabs
قم بتنزيل ملفات الامتداد GraphiTabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
GraphiTabs extension helps to perform deep tabs management with ease.
معلومات أساسية عن التمديد
الاسم | GraphiTabs |
ID | dcfclemgmkccmnpgnldhldjmflphkimp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/graphitabs/dcfclemgmkccmnpgnldhldjmflphkimp |
الوصف | Your tabs in order. Smart way to organize your web. |
حجم الملف | 1.19 MB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2020-01-31 |
تاريخ النشر | 2020-01-30 |
تقييم | 4.32/5 مجموع تقييمات 107 |
المطور | https://graphiy.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GraphiTabs", "version": "0.1.1", "description": "Your tabs in order. Smart way to organize your web.", "icons": { "16": "\/res\/image\/logo\/16.png", "48": "\/res\/image\/logo\/48.png", "128": "\/res\/image\/logo\/128.png" }, "browser_action": { "default_icon": "\/res\/image\/logo\/19.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs", "bookmarks" ] } |