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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ludovicodigital และคุณลักษณะหลักของมันคือ "Shows a page action for imdb/rotten tomatoes film pages to go to the letterboxd equivalant"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Letterboxd Movie Assistant

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}