ctrl tab

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

Qu'est-ce que ctrl tab ?

ctrl tab est une extension Chrome développée par https://ctrltab.io, et sa fonction principale est "ctrl tab is an extension that shows the data that matters to you in your new tab page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ctrl tab

Téléchargez les fichiers d'extension ctrl tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ctrl tab ctrl tab
ID ijfnjhlohbehhlhhokgokabonpnlldon
URL Officiel 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.
Taille du Fichier 2.76 MB
Nombre d'Installations 757
Version Actuelle 1.0.7
Dernière Mise à Jour 2019-12-22
Date de Publication 2019-12-21
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://ctrltab.io
Type de Paiement free
Site Web de l'Extension https://www.ctrltab.io
URL de la Page d'Aide https://github.com/ludicrousxyz/ctrl-tab/issues
Langues Prises en Charge 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
    }
}