StartupTabs.com
The startup discovery engine. Startuptabs help you discover new startups with every tab you open.
StartupTabs.com là gì?
StartupTabs.com là một tiện ích mở rộng Chrome được phát triển bởi https://www.startuptabs.com, và tính năng chính của nó là "The startup discovery engine. Startuptabs help you discover new startups with every tab you open.".
Ả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 StartupTabs.com
Tải xuống các tệp mở rộng StartupTabs.com 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
The startup discovery engine. Startuptabs helps you discover your startup! Fresh and exciting startups with every new tab. Whats New! * Big fix for windows users that prevented from installing the extension! * Startup Portfolio Tracker! Track and get up to date news on your favorite startups * Fixed bug causing same startup to appear over and over
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | StartupTabs.com |
ID | bknfklfehllgmnbmlhejjoalkimnikfc |
URL Chính Thức | https://chromewebstore.google.com/detail/startuptabscom/bknfklfehllgmnbmlhejjoalkimnikfc |
Mô tả | The startup discovery engine. Startuptabs help you discover new startups with every tab you open. |
Kích Thước Tệp | 1.48 MB |
Số Lần Cài Đặt | 354 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2016-02-25 |
Ngày Phát Hành | 2016-02-24 |
Đánh Giá | 4.00/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | https://www.startuptabs.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StartupTabs.com", "version": "1.2.3", "description": "The startup discovery engine. Startuptabs help you discover new startups with every tab you open.", "icons": { "48": "images\/startuptab_48.png", "128": "images\/startuptab_128.png" }, "chrome_url_overrides": { "newtab": "startuptab.html" }, "browser_action": { "default_icon": "images\/startuptab_32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background-bundle.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/api.startuptabs.com\/", "http:\/\/dev-api.startuptabs.com\/", "tabs" ] } |