PinAShow for TvTropes
Pin your favourite shows, films and tropes to highlight them in the list of examples.
Co to jest PinAShow for TvTropes?
PinAShow for TvTropes to rozszerzenie Chrome opracowane przez simonbrown60, a jego główną funkcją jest „Pin your favourite shows, films and tropes to highlight them in the list of examples.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PinAShow for TvTropes
Pobierz pliki rozszerzeń PinAShow for TvTropes 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
Instead of hunting through the examples of a trope to find mentions of your favourite shows, pin them, and a list of examples mentioning them will be shown at the top of each list of examples. You can pin any page: films, anime - even tropes. To pin something go to its page and click "pin" next to the title.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lnigiffilbgaoglmmfcnemfnkceneiap |
Oficjalny URL | https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap |
Opis | Pin your favourite shows, films and tropes to highlight them in the list of examples. |
Rozmiar pliku | 41.42 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2015-02-02 |
Data Publikacji | 2015-02-02 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | simonbrown60 |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PinAShow for TvTropes", "description": "Pin your favourite shows, films and tropes to highlight them in the list of examples.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/tvtropes.org\/*", "https:\/\/tvtropes.org\/*" ], "js": [ "jquery-2.1.1.min.js", "content.js" ] } ] } |