TV Series Counter
TV Series Counter
TV Series Counterとは何ですか?
TV Series CounterはKsenia Kaganerによって開発されたChromeの拡張機能で、その主な機能は「TV Series Counter」です。
拡張機能のスクリーンショット
TV Series Counter拡張機能のCRXファイルをダウンロード
TV Series Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click on 'Add Series' and fill all the relevant information for you. After this you can easily keep track of your series. By clicking on its name you will open your Series url or IMDB site by default. With an auto priority chosen you will increase the series counter by one each time you go to your link or you can change this by changing the priority to manual and increase and decrease the counter by yourself. I hope this Extension will be useful for you! On any other subject please feel free to contact me via my portfolio website! http://kseniakaganer.wix.com/kseniakaganer
拡張機能の基本情報
名前 | |
ID | jlbccnkbfaabcjdlnhmmggcioahpjofk |
公式URL | https://chrome.google.com/webstore/detail/tv-series-counter/jlbccnkbfaabcjdlnhmmggcioahpjofk |
説明 | TV Series Counter |
ファイルサイズ | 1.14 MB |
インストール数 | 205 |
現在のバージョン | 4.2 |
最終更新日 | 2015-11-14 |
公開日 | 2015-11-14 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | Ksenia Kaganer |
支払い方法 | free |
拡張機能のウェブサイト | http://kseniakaganer.wix.com/kseniakaganer |
ヘルプページのURL | http://kseniakaganer.wix.com/kseniakaganer#!contact/cfvg |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TV Series Counter", "version": "4.2", "manifest_version": 2, "default_locale": "en", "description": "TV Series Counter", "browser_action": { "default_icon": "icon2.png", "default_title": "TVs Counter", "default_popup": "popup.html" }, "permissions": [ "storage", "management", "tabs", "background", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |