The Startup Journal
Be the first to be notified when we cover some best startups in India on The Startup Journal.
The Startup Journalคืออะไร?
The Startup Journal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.thestartupjournal.com และคุณลักษณะหลักของมันคือ "Be the first to be notified when we cover some best startups in India on The Startup Journal."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Startup Journal
ดาวน์โหลดไฟล์ส่วนขยาย The Startup Journal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | chhinifmhhfcgjdncaelnbnnckiihhfm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/the-startup-journal/chhinifmhhfcgjdncaelnbnnckiihhfm |
คำอธิบาย | Be the first to be notified when we cover some best startups in India on The Startup Journal. |
ขนาดไฟล์ | 97.66 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-08-03 |
วันที่เผยแพร่ | 2015-08-01 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://www.thestartupjournal.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.thestartupjournal.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "manifest_version": 2, "name": "__MSG_name__", "options_page": "options.html", "permissions": [ "tabs", "notifications", "*:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |