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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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