ctrl tab
ctrl tab is an extension that shows the data that matters to you in your new tab page.
ctrl tab là gì?
ctrl tab là một tiện ích mở rộng Chrome được phát triển bởi https://ctrltab.io, và tính năng chính của nó là "ctrl tab is an extension that shows the data that matters to you in your new tab page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ctrl tab
Tải xuống các tệp mở rộng ctrl tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ctrl tab |
ID | ijfnjhlohbehhlhhokgokabonpnlldon |
URL Chính Thức | https://chromewebstore.google.com/detail/ctrl-tab/ijfnjhlohbehhlhhokgokabonpnlldon |
Mô tả | ctrl tab is an extension that shows the data that matters to you in your new tab page. |
Kích Thước Tệp | 2.76 MB |
Số Lần Cài Đặt | 757 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2019-12-22 |
Ngày Phát Hành | 2019-12-21 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://ctrltab.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.ctrltab.io |
URL Trang Trợ Giúp | https://github.com/ludicrousxyz/ctrl-tab/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |