StartupTabs.com
The startup discovery engine. Startuptabs help you discover new startups with every tab you open.
StartupTabs.comคืออะไร?
StartupTabs.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.startuptabs.com และคุณลักษณะหลักของมันคือ "The startup discovery engine. Startuptabs help you discover new startups with every tab you open."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StartupTabs.com
ดาวน์โหลดไฟล์ส่วนขยาย StartupTabs.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | StartupTabs.com |
ID | bknfklfehllgmnbmlhejjoalkimnikfc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/startuptabscom/bknfklfehllgmnbmlhejjoalkimnikfc |
คำอธิบาย | The startup discovery engine. Startuptabs help you discover new startups with every tab you open. |
ขนาดไฟล์ | 1.48 MB |
จำนวนการติดตั้ง | 354 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2016-02-25 |
วันที่เผยแพร่ | 2016-02-24 |
คะแนน | 4.00/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | https://www.startuptabs.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |