ctrl tab
ctrl tab is an extension that shows the data that matters to you in your new tab page.
What is ctrl tab?
ctrl tab is a Chrome extension developed by https://ctrltab.io, and its main feature is "ctrl tab is an extension that shows the data that matters to you in your new tab page.".
Extension Screenshots
Download ctrl tab Extension CRX File
Download ctrl tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ctrl tab |
ID | ijfnjhlohbehhlhhokgokabonpnlldon |
Official URL | https://chromewebstore.google.com/detail/ctrl-tab/ijfnjhlohbehhlhhokgokabonpnlldon |
Description | ctrl tab is an extension that shows the data that matters to you in your new tab page. |
File Size | 2.76 MB |
Installation Count | 757 |
Current Version | 1.0.7 |
Last Updated | 2019-12-22 |
Publish Date | 2019-12-21 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://ctrltab.io |
Payment Type | free |
Extension Website | https://www.ctrltab.io |
Help Page URL | https://github.com/ludicrousxyz/ctrl-tab/issues |
Supported Languages | 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 } } |