Letterboxd x Google
Adding a Letterboxd link next to imdb Google search results lol
Letterboxd x Googleคืออะไร?
Letterboxd x Google เป็นส่วนขยายของ Chrome ที่พัฒนาโดย taox และคุณลักษณะหลักของมันคือ "Adding a Letterboxd link next to imdb Google search results lol"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Letterboxd x Google
ดาวน์โหลดไฟล์ส่วนขยาย Letterboxd x Google ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever google a movie title in hopes of just immediately clicking a link to Letterboxd? Find yourself adding "letterboxd" to a every movie search? Yeah well, you and me both. This adds a Letterboxd link next to the IMDb result, because IMDb always has good SEO.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fpbbmjgcejcadoofkdpcejajlgbmflgp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/letterboxd-x-google/fpbbmjgcejcadoofkdpcejajlgbmflgp |
คำอธิบาย | Adding a Letterboxd link next to imdb Google search results lol |
ขนาดไฟล์ | 22.82 KB |
จำนวนการติดตั้ง | 90 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2023-02-13 |
วันที่เผยแพร่ | 2023-02-12 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | taox |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Letterboxd x Google", "version": "0.0.1", "description": "Adding a Letterboxd link next to imdb Google search results lol", "content_scripts": [ { "js": [ "js\/content.js" ], "css": [ "css\/styles.css" ], "matches": [ "https:\/\/www.google.com\/search*" ], "run_at": "document_end" } ], "web_accessible_resources": [], "permissions": [], "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "64": "img\/icon-64.png", "128": "img\/icon-128.png" }, "manifest_version": 3 } |