ctrl tab

ctrl tab is an extension that shows the data that matters to you in your new tab page.

Was ist ctrl tab?

ctrl tab ist eine Chrome-Erweiterung, die von https://ctrltab.io entwickelt wurde, und ihr Hauptmerkmal ist "ctrl tab is an extension that shows the data that matters to you in your new tab page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

ctrl tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie ctrl tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ctrl tab ctrl tab
ID ijfnjhlohbehhlhhokgokabonpnlldon
Offizielle URL https://chromewebstore.google.com/detail/ctrl-tab/ijfnjhlohbehhlhhokgokabonpnlldon
Beschreibung ctrl tab is an extension that shows the data that matters to you in your new tab page.
Dateigröße 2.76 MB
Installationsanzahl 757
Aktuelle Version 1.0.7
Letztes Update 2019-12-22
Veröffentlichungsdatum 2019-12-21
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://ctrltab.io
Zahlungsart free
Erweiterungswebsite https://www.ctrltab.io
Hilfeseite URL https://github.com/ludicrousxyz/ctrl-tab/issues
Unterstützte Sprachen 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
    }
}