OpenSubtitles

Quick search on OpenSubtitles.org

OpenSubtitlesとは何ですか?

OpenSubtitlesはBaptiste Vincentによって開発されたChromeの拡張機能で、その主な機能は「Quick search on OpenSubtitles.org」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Open Subtitle Search Tool...

Feel free to leave feedback for new ideas here : 

https://chrome.google.com/webstore/support/pfbdkpjnibjpkebckajcinnjlkdeilej                    

拡張機能の基本情報

名前 OpenSubtitles OpenSubtitles
ID pfbdkpjnibjpkebckajcinnjlkdeilej
公式URL https://chromewebstore.google.com/detail/opensubtitles/pfbdkpjnibjpkebckajcinnjlkdeilej
説明 Quick search on OpenSubtitles.org
ファイルサイズ 145 KB
インストール数 20,000
現在のバージョン 0.0.3
最終更新日 2015-12-07
公開日 2015-12-06
評価 4.03/5 合計 36 レビュー
開発者 Baptiste Vincent
支払い方法 free
ヘルプページのURL https://chrome.google.com/webstore/support/pfbdkpjnibjpkebckajcinnjlkdeilej
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenSubtitles",
    "version": "0.0.3",
    "description": "Quick search on OpenSubtitles.org",
    "browser_action": {
        "default_icon": {
            "19": "img\/opensubtitles_19.png",
            "38": "img\/opensubtitles_38.png"
        },
        "default_popup": "start.html",
        "default_title": "OpenSubtitles"
    },
    "icons": {
        "128": "img\/opensubtitles_128.png",
        "16": "img\/opensubtitles_16.png",
        "48": "img\/opensubtitles_48.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "background",
        "contextMenus",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "img\/opensubtitles_128.png"
    ]
}