Series Counter

Countes season and episodes of your favorite series. You'll never forget the last seen episode again.

Series Counterとは何ですか?

Series Counterはmalteによって開発されたChromeの拡張機能で、その主な機能は「Countes season and episodes of your favorite series. You'll never forget the last seen episode again.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Series Counter拡張機能のCRXファイルをダウンロード

Series Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension helps you to keep track with your favorite series and TV-Shows.
It can be very annoying if you have forgotten the last episode you watched and need to look it up in an episodes guide. 
This extension is very easy to use, you add a series and then you just need to count the episodes after you have seen them.

Your data is automatically stored in your Google account, which will provide a synchron list of series on all your other computers.  

The Series Counter will not tell you the date of the next episodes, however this is a feature which might be integrated into this extension in the future. 

The icon was created by www.hartmann-kommunikation.de                    

拡張機能の基本情報

名前 Series Counter Series Counter
ID ldencgpkoocbigmcdakoaelonpokokkf
公式URL https://chromewebstore.google.com/detail/series-counter/ldencgpkoocbigmcdakoaelonpokokkf
説明 Countes season and episodes of your favorite series. You'll never forget the last seen episode again.
ファイルサイズ 59.45 KB
インストール数 196
現在のバージョン 1.0.0.4
最終更新日 2015-09-24
公開日 2015-09-24
評価 4.59/5 合計 17 レビュー
開発者 malte
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Series Counter",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "version": "1.0.0.4",
    "manifest_version": 2,
    "description": "Countes season and episodes of your favorite series. You'll never forget the last seen episode again.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "media\/img\/icon.png",
        "default_popup": "popup.html"
    }
}