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.」です。
拡張機能のスクリーンショット
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 |
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 } } |