Udemy seeks

Add a seek to next caption, time bookmark and other time-seek related feature to Udemy course page.

Udemy seeks क्या है?

Udemy seeks Huybn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a seek to next caption, time bookmark and other time-seek related feature to Udemy course page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Udemy seeks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Features
- Seek to next/previous caption start time.
- Medium/Long jump to jump 10 seconds and 1 minute.
- Go to next/previous lecture hotkey.
- Add temporary bookmark of video time, will be clear on load next lecture.
- Always show video controls, or show progress bar only when always show.
- Copy current caption, open translate page with current caption.

Keybindings
- Ctrl+→/⌘→: Seek to next caption
- Ctrl+←/⌘←: Seek to previous caption
- Ctrl+Shift+→/⌘⇧→: Medium forward jump
- Ctrl+Shift←/⌘⇧←: Medium backward jump
- Ctrl+Alt+Shift+→/⌘⌃⇧→: Long forward jump
- Ctrl+Alt+Shift+←/⌘⌃⇧←: Long backward jump
- Ctrl+Alt+Shift+c/⌘⌥⇧c: Copy current caption
- Ctrl+Alt+Shift+l/⌘⌥⇧l: Open translate page with current caption
- Shift+1~5: Jump to bookmark #1~5
- Ctrl+Shift+1~5/⌥⇧+15: Set bookmark #1~5                    

एक्सटेंशन की मूल जानकारी

नाम Udemy seeks Udemy seeks
ID gdekabefnhhpnianhbcokcngmjhjnoel
आधिकारिक URL https://chromewebstore.google.com/detail/udemy-seeks/gdekabefnhhpnianhbcokcngmjhjnoel
विवरण Add a seek to next caption, time bookmark and other time-seek related feature to Udemy course page.
फ़ाइल का आकार 209 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.0.11
अंतिम अपडेट 2021-09-21
प्रकाशन तिथि 2021-06-13
डेवलपर Huybn
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/huybn5776/udemy-seeks
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Udemy seeks",
    "version": "1.0.11",
    "description": "Add a seek to next caption, time bookmark and other time-seek related feature to Udemy course page.",
    "homepage_url": "https:\/\/github.com\/huybn5776\/udemy-seeks",
    "icons": {
        "32": "icons\/udemy-seek-32.png",
        "64": "icons\/udemy-seek-64.png",
        "128": "icons\/udemy-seek-128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "@udemy-seeks"
        }
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/udemy-seek-32.png"
        },
        "default_title": "Udemy seeks",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options-page.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.udemy.com\/course\/*"
            ],
            "js": [
                "build\/content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*.udemycdn.com\/*"
    ]
}