10words: discover startups in every new tab
Discover new apps and startups in every new tab
10words: discover startups in every new tab là gì?
10words: discover startups in every new tab là một tiện ích mở rộng Chrome được phát triển bởi http://10words.io, và tính năng chính của nó là "Discover new apps and startups in every new tab".
Ả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 10words: discover startups in every new tab
Tải xuống các tệp mở rộng 10words: discover startups in every new 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
Don't you love finding a perfect app you didn't even know you needed? There's a whole world of apps and startups out there, but discovery can boring and time consuming. Your time is precious, and 10words is here to help. Learn about a new app or startup in every new tab, in 10 words or less. No flashy graphics or marketing fluff, just a quick description and a link to learn more. Not interested? Carry on with your browsing and get another app in the next tab. 10words is the simplest way to discover your next favorite app, seamlessly fitting into your life. ====> Startups and apps are sourced from 10words.io ====> Would you like to include your project? Submit it free at 10words.io
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lebbancecdpneekhfkhibmdeoikalimn |
URL Chính Thức | https://chrome.google.com/webstore/detail/10words-discover-startups/lebbancecdpneekhfkhibmdeoikalimn |
Mô tả | Discover new apps and startups in every new tab |
Kích Thước Tệp | 11.45 KB |
Số Lần Cài Đặt | 62 |
Phiên Bản Hiện Tại | 3 |
Cập Nhật Lần Cuối | 2018-06-02 |
Ngày Phát Hành | 2018-06-02 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://10words.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://10words.io |
URL Trang Chính Sách Bảo Mật | http://dollarup.org/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "10words: discover startups in every new tab", "short_name": "10words", "description": "Discover new apps and startups in every new tab", "version": "3", "chrome_url_overrides": { "newtab": "main.html" }, "permissions": [], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "10words", "default_popup": "popup.html" } } |