PinAShow for TvTropes
Pin your favourite shows, films and tropes to highlight them in the list of examples.
Vad är PinAShow for TvTropes?
PinAShow for TvTropes är en Chrome-tillägg utvecklad av simonbrown60, och dess huvudfunktion är "Pin your favourite shows, films and tropes to highlight them in the list of examples.".
Tilläggsskärmbilder
Ladda ner PinAShow for TvTropes-förlängningens CRX-fil
Ladda ner PinAShow for TvTropes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | lnigiffilbgaoglmmfcnemfnkceneiap |
Officiell webbadress | https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap |
Beskrivning | Pin your favourite shows, films and tropes to highlight them in the list of examples. |
Filstorlek | 41.42 KB |
Antal Installationer | 10 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2015-02-02 |
Publiceringsdatum | 2015-02-02 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | simonbrown60 |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |