Find in Letterboxd

Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew

什麼是Find in Letterboxd?

Find in Letterboxd是由denolk開發的Chrome擴展程式,該擴展的主要功能是“Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew”。

擴展截圖

screenshot

下載Find in Letterboxd擴展crx文件

下載Find in Letterboxd擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension helps you to search selected text on Letterboxd, as well as it provides direct navigation on Letterboxd film, actor, director, producer or writer pages.                    

擴展基本資訊

名稱 Find in Letterboxd Find in Letterboxd
ID peelfmpndjghimfolkdbflpnekngeioh
官方網址 https://chromewebstore.google.com/detail/find-in-letterboxd/peelfmpndjghimfolkdbflpnekngeioh
簡介 Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew
檔案大小 16.21 KB
安裝次數 86
目前版本 0.1.1
更新時間 2022-07-08
上架時間 2022-07-08
評分 5.00/5 共 1 次評分
開發者 denolk
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find in Letterboxd",
    "description": "Search selected text on Letterboxd, or find\/match the selection on Letterboxd film or crew",
    "version": "0.1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "content.js",
        "type": "module"
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    }
}