TradeMe List View Enforcer
Enforces the List View. Use in combination with TradeMe PhotoView Redux
Co to jest TradeMe List View Enforcer?
TradeMe List View Enforcer to rozszerzenie Chrome opracowane przez JimBob Baggins, a jego główną funkcją jest „Enforces the List View. Use in combination with TradeMe PhotoView Redux”.
Pobierz plik CRX rozszerzenia TradeMe List View Enforcer
Pobierz pliki rozszerzeń TradeMe List View Enforcer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Automatically switch TradeMe's Gallery View back to the List View!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | igbcegpjplepmpmbeplcpbdncokiiafd |
Oficjalny URL | https://chrome.google.com/webstore/detail/trademe-list-view-enforce/igbcegpjplepmpmbeplcpbdncokiiafd |
Opis | Enforces the List View. Use in combination with TradeMe PhotoView Redux |
Rozmiar pliku | 28.75 KB |
Liczba instalacji | 81 |
Aktualna Wersja | 0.22 |
Ostatnia Aktualizacja | 2017-10-31 |
Data Publikacji | 2017-10-31 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | JimBob Baggins |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |