TradeMe List View Enforcer
Enforces the List View. Use in combination with TradeMe PhotoView Redux
TradeMe List View Enforcerとは何ですか?
TradeMe List View EnforcerはJimBob Bagginsによって開発されたChromeの拡張機能で、その主な機能は「Enforces the List View. Use in combination with TradeMe PhotoView Redux」です。
TradeMe List View Enforcer拡張機能のCRXファイルをダウンロード
TradeMe List View Enforcer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically switch TradeMe's Gallery View back to the List View!
拡張機能の基本情報
名前 | |
ID | igbcegpjplepmpmbeplcpbdncokiiafd |
公式URL | https://chrome.google.com/webstore/detail/trademe-list-view-enforce/igbcegpjplepmpmbeplcpbdncokiiafd |
説明 | Enforces the List View. Use in combination with TradeMe PhotoView Redux |
ファイルサイズ | 28.75 KB |
インストール数 | 81 |
現在のバージョン | 0.22 |
最終更新日 | 2017-10-31 |
公開日 | 2017-10-31 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | JimBob Baggins |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "https:\/\/www.trademe.co.nz\/*" ], "js": [ "trademelistviewenforcer.user.js" ], "matches": [ "https:\/\/www.trademe.co.nz\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Enforces the List View. Use in combination with TradeMe PhotoView Redux", "name": "TradeMe List View Enforcer", "version": "0.22", "icons": { "16": "pictures16.png", "48": "pictures48.png", "128": "pictures128.png" } } |