2col-Coursera

Chrome extension to make Coursera's Video two columns.

Qu'est-ce que 2col-Coursera ?

2col-Coursera est une extension Chrome développée par mash, et sa fonction principale est "Chrome extension to make Coursera's Video two columns.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 2col-Coursera

Téléchargez les fichiers d'extension 2col-Coursera au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This is a Chrome extension that displays videos and scripts in two columns on the Coursera lecture video page.
You can watch the script and listen to the lecture at the same time.
If you use Google Translate, you will be able to watch the translated script while listening to the lecture in English.                    

Informations de Base sur l'Extension

Nom 2col-Coursera 2col-Coursera
ID omlgnhnfjehahfhpihkdkijbgmaidkcp
URL Officiel https://chromewebstore.google.com/detail/2col-coursera/omlgnhnfjehahfhpihkdkijbgmaidkcp
Description Chrome extension to make Coursera's Video two columns.
Taille du Fichier 997 KB
Nombre d'Installations 22
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-10-26
Date de Publication 2021-09-12
Développeur mash
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mash811/2col-Coursera
URL de la Page d'Aide https://github.com/mash811/2col-Coursera
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "author": "mash",
    "description": "__MSG_Description__",
    "version": "1.0.2",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png"
        },
        "default_title": "2col-Coursera"
    },
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.coursera.org\/learn\/*"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ]
}