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
官方網址 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"
    }
}