ctrl tab
ctrl tab is an extension that shows the data that matters to you in your new tab page.
ctrl tab क्या है?
ctrl tab https://ctrltab.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ctrl tab is an extension that shows the data that matters to you in your new tab page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ctrl tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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 } } |