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开发的Chrome扩展程序,该扩展的主要功能是“ctrl tab is an extension that shows the data that matters to you in your new tab page.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载ctrl tab扩展crx文件

下载ctrl tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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
    }
}