ctrl tab
ctrl tab is an extension that shows the data that matters to you in your new tab page.
Apa itu ctrl tab?
ctrl tab adalah ekstensi Chrome yang dikembangkan oleh https://ctrltab.io, dan fitur utamanya adalah "ctrl tab is an extension that shows the data that matters to you in your new tab page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ctrl tab
Unduh file ekstensi ctrl tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ctrl tab |
ID | ijfnjhlohbehhlhhokgokabonpnlldon |
URL Resmi | https://chromewebstore.google.com/detail/ctrl-tab/ijfnjhlohbehhlhhokgokabonpnlldon |
Deskripsi | ctrl tab is an extension that shows the data that matters to you in your new tab page. |
Ukuran File | 2.76 MB |
Jumlah Instalasi | 757 |
Versi Saat Ini | 1.0.7 |
Terakhir Diperbarui | 2019-12-22 |
Tanggal Publikasi | 2019-12-21 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | https://ctrltab.io |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.ctrltab.io |
URL Halaman Bantuan | https://github.com/ludicrousxyz/ctrl-tab/issues |
Bahasa yang Didukung | 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 } } |