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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| ID | peelfmpndjghimfolkdbflpnekngeioh |
| 官方URL | 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"
}
} | |