ctrl tab

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

Hvad er ctrl tab?

ctrl tab er en Chrome-udvidelse udviklet af https://ctrltab.io, og dens hovedfunktion er "ctrl tab is an extension that shows the data that matters to you in your new tab page.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download ctrl tab-udvidelses-CRX-fil

Download ctrl tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ctrl tab ctrl tab
ID ijfnjhlohbehhlhhokgokabonpnlldon
Officiel URL https://chromewebstore.google.com/detail/ctrl-tab/ijfnjhlohbehhlhhokgokabonpnlldon
Beskrivelse ctrl tab is an extension that shows the data that matters to you in your new tab page.
Filstørrelse 2.76 MB
Antal Installationer 757
Nuværende Version 1.0.7
Senest Opdateret 2019-12-22
Udgivelsesdato 2019-12-21
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler https://ctrltab.io
Betalingsmetode free
Udvidelseswebsted https://www.ctrltab.io
Hjælpeside-URL https://github.com/ludicrousxyz/ctrl-tab/issues
Understøttede Sprog 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
    }
}