ctrl tab
ctrl tab is an extension that shows the data that matters to you in your new tab page.
ما هو ctrl tab؟
ctrl tab هو إضافة Chrome تم تطويرها بواسطة https://ctrltab.io، والميزة الرئيسية لها هي "ctrl tab is an extension that shows the data that matters to you in your new tab page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ctrl tab
قم بتنزيل ملفات الامتداد ctrl tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ctrl tab is a new tab page that fetches news feeds that are relevant to you. choose from over 20 different data providers and customize the page how you want it. whether you're a news fanatic, tech geek, or sports guru, we have plenty of sources to choose from.
معلومات أساسية عن التمديد
الاسم | ctrl tab |
ID | ijfnjhlohbehhlhhokgokabonpnlldon |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ctrl-tab/ijfnjhlohbehhlhhokgokabonpnlldon |
الوصف | ctrl tab is an extension that shows the data that matters to you in your new tab page. |
حجم الملف | 2.76 MB |
عدد التثبيتات | 757 |
النسخة الحالية | 1.0.7 |
آخر تحديث | 2019-12-22 |
تاريخ النشر | 2019-12-21 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | https://ctrltab.io |
نوع الدفع | free |
موقع الإضافة | https://www.ctrltab.io |
عنوان صفحة المساعدة | https://github.com/ludicrousxyz/ctrl-tab/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ctrl tab", "version": "1.0.7", "description": "ctrl tab is an extension that shows the data that matters to you in your new tab page.", "icons": { "16": "img\/icons\/icon16.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" }, "homepage_url": "https:\/\/www.ctrltab.io", "short_name": "ctrl-tab", "chrome_url_overrides": { "newtab": "index.html" }, "applications": { "gecko": { "id": "{a6b40116-390e-4799-ba9c-e2e168f968fb}", "strict_min_version": "55.0" } }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "permissions": [ "identity", "https:\/\/api.ctrltab.io\/*", "https:\/\/todoist.com\/oauth\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |