Letterboxd Movie Assistant

Shows a page action for imdb/rotten tomatoes film pages to go to the letterboxd equivalant

Letterboxd Movie Assistantとは何ですか?

Letterboxd Movie Assistantはludovicodigitalによって開発されたChromeの拡張機能で、その主な機能は「Shows a page action for imdb/rotten tomatoes film pages to go to the letterboxd equivalant」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Adds an icon in the address bar that comes up on Imdb and Rotten Tomatoes film pages. By pressing this icon a new tab will open that goes to the letterboxd film page.

*Note: This extension is not made by the letterboxd team but someone who is a big fan of their site!

Update 4/17/15 - Fixed the bug with Rotten Tomatoes so its now working again from there!
Update 1/13/19 - Extension still works for IMDB but no longer works with Rotten Tomatoes since they removed their public API.                    

拡張機能の基本情報

名前 Letterboxd Movie Assistant Letterboxd Movie Assistant
ID dlicmihnogpoemhcegbnhbmncbkoidjo
公式URL https://chromewebstore.google.com/detail/letterboxd-movie-assistan/dlicmihnogpoemhcegbnhbmncbkoidjo
説明 Shows a page action for imdb/rotten tomatoes film pages to go to the letterboxd equivalant
ファイルサイズ 127 KB
インストール数 2,103
現在のバージョン 0.2
最終更新日 2019-01-14
公開日 2019-01-13
評価 4.54/5 合計 24 レビュー
開発者 ludovicodigital
支払い方法 free
拡張機能のウェブサイト http://letterboxd.com/tcrosini/
ヘルプページのURL http://letterboxd.com/tcrosini/list/letterboxd-movie-assistant-chrome-extension/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Letterboxd Movie Assistant",
    "version": "0.2",
    "description": "Shows a page action for imdb\/rotten tomatoes film pages to go to the letterboxd equivalant",
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "Go to this films letterboxd page!"
    },
    "permissions": [
        "tabs",
        "http:\/\/api.rottentomatoes.com\/api\/public\/v1.0*",
        "http:\/\/www.rottentomatoes.com\/*",
        "http:\/\/www.imdb.com\/*",
        "http:\/\/letterboxd.com\/*"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}