10words: discover startups in every new tab
Discover new apps and startups in every new tab
10words: discover startups in every new tabคืออะไร?
10words: discover startups in every new tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://10words.io และคุณลักษณะหลักของมันคือ "Discover new apps and startups in every new tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 10words: discover startups in every new tab
ดาวน์โหลดไฟล์ส่วนขยาย 10words: discover startups in every new tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lebbancecdpneekhfkhibmdeoikalimn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/10words-discover-startups/lebbancecdpneekhfkhibmdeoikalimn |
คำอธิบาย | Discover new apps and startups in every new tab |
ขนาดไฟล์ | 11.45 KB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 3 |
อัปเดตครั้งล่าสุด | 2018-06-02 |
วันที่เผยแพร่ | 2018-06-02 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://10words.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://10words.io |
URL หน้านโยบายความเป็นส่วนตัว | http://dollarup.org/privacy |
ภาษาที่รองรับ | 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" } } |