ドットインストール連続再生
初心者向けプログラミング学習サイト『ドットインストール』の動画を連続で再生します
Wat is ドットインストール連続再生?
ドットインストール連続再生 is een Chrome-extensie ontwikkeld door https://ie4.me, en de belangrijkste functie is "初心者向けプログラミング学習サイト『ドットインストール』の動画を連続で再生します".
Extensie Screenshots
Download het CRX-bestand van de extensie ドットインストール連続再生
Download ドットインストール連続再生-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
初心者向けプログラミング学習サイト『ドットインストール http://dotinstall.com/ 』の動画を、自動で連続再生させる拡張機能です。 一連の動画の復習を兼ねて「通し見」や「流し見」をしたい時や、他の作業をしながらの「ながら見」をしたい時に便利です。 ・動画が終わったら「完了」ボタンを押して、次の動画へ移動します。 ・ポップアップ画面でも、同様に動作します。 ・レッスン一覧を登録して、レッスンの巡回が可能。(各レッスンのURLをオプション画面から登録) また、どのような処理を行っているかの参考までに、ソースはGithub上に置いてあります。 https://github.com/ie4/chrome_auto_player_dotinstall ※今後、ページのDOM構成が変わったら動かなくなる可能性があります
Basisinformatie over de Extensie
Naam | |
ID | iamjmfdpekhdfkdahjmeahghgcdpehco |
Officiële URL | 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 |
Beschrijving | 初心者向けプログラミング学習サイト『ドットインストール』の動画を連続で再生します |
Bestandsgrootte | 156 KB |
Aantal Installaties | 70 |
Huidige Versie | 0.3.7 |
Laatst Bijgewerkt | 2015-09-20 |
Publicatiedatum | 2015-09-20 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://ie4.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ie4/chrome_auto_player_dotinstall |
Help Pagina-URL | https://github.com/ie4/chrome_auto_player_dotinstall |
Ondersteunde Talen | 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" } |