CSA - Asst. for saving files from Coursera

Assistant for saving media files from coursera.org, such as videos, subtitles, and video descriptions.

CSA - Asst. for saving files from Coursera란 무엇입니까?

CSA - Asst. for saving files from Coursera은(는) https://lexxai.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assistant for saving media files from coursera.org, such as videos, subtitles, and video descriptions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CSA - Asst. for saving files from Coursera 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Assistant for saving media files from the website www.coursera.org, such as videos, subtitles, and video descriptions. The assistant prepares the file names for saving, and the user saves the files with the new name to their own folder.

"CSA - Assistant for saving files from Coursera" - a browser extension for Google Chrome that makes saving Coursera video materials easy and convenient.

Did you know that once you finish a course, you lose access to its video materials? If you want to retain those valuable insights for future reference, you may have resorted to recording videos onto your own storage devices. However, this process can be inconvenient, especially when it comes to renaming files or making mistakes.

With "CSA - Assistant for saving files from Coursera", you can effortlessly tackle this challenge in a legal and user-friendly manner. Our extension enables you to save Coursera videos with logical and intuitive file names. Say goodbye to tedious renaming and errors - our assistant takes care of it all!

To get started with the extension, simply visit the Chrome Web Store and install it. Saving Coursera video materials has never been easier!

We understand the importance of retaining knowledge, and our mission is to empower you in your learning journey. Join thousands of satisfied users who have embraced "CSA - Assistant for saving files from Coursera" and enjoy seamless video saving from Coursera. Experience the convenience and peace of mind today!

https://github.com/lexxai/CourseraSaveAssist/wiki

What's new:
##version 2.2.0
Adapted to changes to the Coursera website (2024.01)
Fixed the automatic translation of subtitles.
Language code has been added to the file name of subtitles and texts.
The language is determined only by the language of the entire portal, not by the selected language in the video menu.
To change the language of subtitles that are different from the portal language, turn off the subtitle storage in the settings, and select the option to store additional subtitles and define your own list of additional languages.

## version 2.1.3:
Adapted to Coursera site changes (2023.10)

## version 2.1.2:
The integration of the video subtitle translation module (CST) into the automatic mode has been implemented.

## version 2.0.2:
- New option use automatic course name
- Automatic mode

## version 1.9.0:
- New option to add a video duration in minutes to the file name. The duration is rounded to the nearest whole number.
- If the video search function is enabled, a color mark is added to the list of videos in the left pane to indicate whether the file has already been downloaded.
  This mark changes when the page is loaded, analyzing the status of the file (new - green, existing - red).
  It also changes at the beginning of file download (yellow) and after all files are downloaded (red).
  The status of whether the file has been downloaded or not is calculated only on the basis of the previously saved video file.

## version 1.8:
Search for videos in a list. Find the name of the video in the list in the left pane. And scroll through the list to the name of the current video. It is useful when the module has a large number of sections and you need to take the course again, but in a different language. (https://youtu.be/ajOcopEuxGI)

## version 1.7:
- For compatibility with some browsers, an alternative file download method has been added to the settings section. This can solve the problem of saving on some operating systems, such as earlier versions of macOS.
- The mechanism for counting saved files has been redesigned.
- Added information about a previously saved file when you hover over the name of this extension.
- Added an indicator that this is a new object to be saved. Green or red dot as a prefix to the title name.

##version 1.6:
- The mechanism for saving files has been redesigned, now it is done through the browser API.
- Added a background process to control notifications from processes about saving files.
- Added a counter of stored files and its decrease after the actual saving of these files.
- Control of saved files by yourself/others.
- Added a prefix with the course name to the file name 
- Added automatic change to dark and light theme according to browser themes

##version 1.5:
- Displays information about all available additional languages for the current video when you hover over the video title.
- Added the option to store additional video description and subtitles in other languages. The list is separated by commas.
- Saves additional media files in all selected languages.
- Information about the generated file name is displayed when you hover over the save button. 

##version 1.4 :
- Using coursera API to get media information
- Added automatic file numbering within a single module
- Added a choice of video image quality
- Added a choice to store additional video transcript in another language

donate: https://patreon.com/lexxai                    

확장 프로그램 기본 정보

이름 CSA - Asst. for saving files from Coursera CSA - Asst. for saving files from Coursera
ID dmoebncbmkgfpjhjikkjljmbaacncohl
공식 URL https://chromewebstore.google.com/detail/csa-asst-for-saving-files/dmoebncbmkgfpjhjikkjljmbaacncohl
설명 Assistant for saving media files from coursera.org, such as videos, subtitles, and video descriptions.
파일 크기 133 KB
설치 횟수 212
현재 버전 2.2.0
최근 업데이트 2024-01-18
출시 날짜 2023-04-26
평점 5.00/5 총 7 개의 평점
개발자 https://lexxai.blogspot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/lexxai/CourseraSaveAssist/wiki
도움말 페이지 URL https://github.com/lexxai/CourseraSaveAssist/discussions
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_plug_name__",
    "description": "__MSG_plug_description__",
    "version": "2.2.0",
    "author": "lexxai",
    "homepage_url": "https:\/\/github.com\/lexxai\/CourseraSaveAssist\/wiki",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "storage",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "host_permissions": [
        "https:\/\/*.coursera.org\/*"
    ],
    "action": {
        "default_title": "__MSG_plug_name__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/button-ico-16.png",
            "32": "\/images\/button-ico-32.png",
            "48": "\/images\/button-ico-48.png",
            "64": "\/images\/button-ico-64.png",
            "128": "\/images\/button-ico-128.png",
            "256": "\/images\/button-ico-256.png",
            "512": "\/images\/button-ico-512.png"
        }
    },
    "default_locale": "en",
    "icons": {
        "16": "\/images\/button-ico-16.png",
        "32": "\/images\/button-ico-32.png",
        "48": "\/images\/button-ico-48.png",
        "64": "\/images\/button-ico-64.png",
        "128": "\/images\/button-ico-128.png",
        "256": "\/images\/button-ico-256.png",
        "512": "\/images\/button-ico-512.png"
    }
}