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.
拡張機能の基本情報
名前 | Find in Letterboxd |
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 |
Eメール | [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" } } |