ドットインストール連続再生

初心者向けプログラミング学習サイト『ドットインストール』の動画を連続で再生します

Qu'est-ce que ドットインストール連続再生 ?

ドットインストール連続再生 est une extension Chrome développée par https://ie4.me, et sa fonction principale est "初心者向けプログラミング学習サイト『ドットインストール』の動画を連続で再生します".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ドットインストール連続再生

Téléchargez les fichiers d'extension ドットインストール連続再生 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

                        初心者向けプログラミング学習サイト『ドットインストール http://dotinstall.com/ 』の動画を、自動で連続再生させる拡張機能です。

一連の動画の復習を兼ねて「通し見」や「流し見」をしたい時や、他の作業をしながらの「ながら見」をしたい時に便利です。

・動画が終わったら「完了」ボタンを押して、次の動画へ移動します。
・ポップアップ画面でも、同様に動作します。
・レッスン一覧を登録して、レッスンの巡回が可能。(各レッスンのURLをオプション画面から登録)

また、どのような処理を行っているかの参考までに、ソースはGithub上に置いてあります。

https://github.com/ie4/chrome_auto_player_dotinstall

※今後、ページのDOM構成が変わったら動かなくなる可能性があります                    

Informations de Base sur l'Extension

Nom ドットインストール連続再生 ドットインストール連続再生
ID iamjmfdpekhdfkdahjmeahghgcdpehco
URL Officiel https://chromewebstore.google.com/detail/%E3%83%89%E3%83%83%E3%83%88%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E9%80%A3%E7%B6%9A%E5%86%8D%E7%94%9F/iamjmfdpekhdfkdahjmeahghgcdpehco
Description 初心者向けプログラミング学習サイト『ドットインストール』の動画を連続で再生します
Taille du Fichier 156 KB
Nombre d'Installations 70
Version Actuelle 0.3.7
Dernière Mise à Jour 2015-09-20
Date de Publication 2015-09-20
Évaluation 4.67/5 Total 3 Évaluations
Développeur https://ie4.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ie4/chrome_auto_player_dotinstall
URL de la Page d'Aide https://github.com/ie4/chrome_auto_player_dotinstall
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30c9\u30c3\u30c8\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u9023\u7d9a\u518d\u751f",
    "short_name": "\u30ac\u30c3\u30c4\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb",
    "version": "0.3.7",
    "manifest_version": 2,
    "description": "\u521d\u5fc3\u8005\u5411\u3051\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u5b66\u7fd2\u30b5\u30a4\u30c8\u300e\u30c9\u30c3\u30c8\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u300f\u306e\u52d5\u753b\u3092\u9023\u7d9a\u3067\u518d\u751f\u3057\u307e\u3059",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "http:\/\/dotinstall.com\/lessons\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dotinstall.com\/lessons\/*"
            ],
            "js": [
                "js\/jquery\/jquery-2.1.4.min.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html"
}