StudyIQ: Smart Way of Learning
Learn and Navigate Smartly through StudyIQ Videos
StudyIQ: Smart Way of Learningคืออะไร?
StudyIQ: Smart Way of Learning เป็นส่วนขยายของ Chrome ที่พัฒนาโดย StudyIQ และคุณลักษณะหลักของมันคือ "Learn and Navigate Smartly through StudyIQ Videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StudyIQ: Smart Way of Learning
ดาวน์โหลดไฟล์ส่วนขยาย StudyIQ: Smart Way of Learning ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Students preparing for competitive exams (for e.g. UPSC, State PCS, RBI, Banking, Insurance, SSC, Railways & Defence Exams) watch a lot of informational (tutorials/lectures, interviews, etc) videos on a day-to-day basis and it is difficult to get an outline of the video or what different topics a video talks about. StudyIQ's chrome extension provides a smart way to use time-stamped summary of all the topics (chapters) discussed inside a video. You can use topic summary to jump to any part of the video. You can also search for topics using a keyword OR revisit the video using previous/next topics.
About StudyIQ
Study IQ is one of India's leading Test Prep companies especially in Tier II & III markets. We have courses for various examinations that are available on our Study IQ App (Android). We are loved by more than 7.5M+ students on YouTube with 1B+ views.
The chrome extension is developed by our technology partner, VideoKen - http://videoken.com.
Upcoming Features
1. Get customized recommendations based on the topic that you are viewing
2. Test your knowledge instantly using in-video questions without leaving YouTube player
Frequently asked questions (FAQ)
👉 How are these topics generated?
These topics are generated by VideoKen's AI algorithms that processes visual and spoken content. More information is here - https://videoken.com
👉 What courses does StudyIQ offer?
You can learn more about all the courses of StudyIQ here, [https://www.studyiq.com/smart-courses](https://www.studyiq.com/smart-courses)
👉 Why does the chapters icon do not appear for all the videos?
As discussed in FAQ #1, the chapters icon will show up only for those videos which are currently indexed/chapterized. We have been working on to index more videos to make your life easier.
👉 I have a specific feedback for you to consider
- We love the feedback provided by our users. Please write to us at
Follow Us
Website: https://studyiq.com
Facebook: https://www.facebook.com/studyiq
Instagram: https://www.instagram.com/studyiq.education
YouTube: https://www.youtube.com/channel/UCrC8mOqJQpoB7NuIMKIS6rQ ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fiibfdgjeodlnklafeiginlalmdhjmmn |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/studyiq-smart-way-of-lear/fiibfdgjeodlnklafeiginlalmdhjmmn |
| คำอธิบาย | Learn and Navigate Smartly through StudyIQ Videos |
| ขนาดไฟล์ | 273 KB |
| จำนวนการติดตั้ง | 2,650 |
| เวอร์ชันปัจจุบัน | 1.1.0 |
| อัปเดตครั้งล่าสุด | 2020-08-25 |
| วันที่เผยแพร่ | 2020-05-24 |
| คะแนน | 4.76/5 รวมทั้งหมด 38 คะแนน |
| ผู้พัฒนา | StudyIQ |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "StudyIQ: Smart Way of Learning",
"description": "Learn and Navigate Smartly through StudyIQ Videos",
"version": "1.1.0",
"minimum_chrome_version": "66.0",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png"
},
"default_popup": "browser-action\/index.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/youtube.com\/*",
"https:\/\/www.youtube.com\/*"
],
"js": [
"content-scripts\/js\/inject.js"
],
"css": [
"content-scripts\/css\/inject.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"other\/comments.js"
]
} | |