Letterboxd Lists Progress
Know your lists' progress without having to open them.
什麼是Letterboxd Lists Progress?
Letterboxd Lists Progress是由Lucas Franco開發的Chrome擴展程式,該擴展的主要功能是“Know your lists' progress without having to open them.”。
擴展截圖
下載Letterboxd Lists Progress擴展crx文件
下載Letterboxd Lists Progress擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Know your lists' progress without having to open them.
擴展基本資訊
名稱 | Letterboxd Lists Progress |
ID | cjpnlmdbmlefonmfkobjpfpmpbaijldn |
官方網址 | https://chromewebstore.google.com/detail/letterboxd-lists-progress/cjpnlmdbmlefonmfkobjpfpmpbaijldn |
簡介 | Know your lists' progress without having to open them. |
檔案大小 | 44.27 KB |
安裝次數 | 572 |
目前版本 | 0.2 |
更新時間 | 2018-11-14 |
上架時間 | 2018-11-14 |
評分 | 4.67/5 共 6 次評分 |
開發者 | Lucas Franco |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Letterboxd Lists Progress", "version": "0.2", "manifest_version": 2, "description": "Know your lists' progress without having to open them.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/letterboxd.com\/*", "https:\/\/letterboxd.com\/*" ], "js": [ "jquery.min.js", "letterboxd.js" ], "css": [ "letterboxd.css" ] } ] } |