PinAShow for TvTropes
Pin your favourite shows, films and tropes to highlight them in the list of examples.
Qu'est-ce que PinAShow for TvTropes ?
PinAShow for TvTropes est une extension Chrome développée par simonbrown60, et sa fonction principale est "Pin your favourite shows, films and tropes to highlight them in the list of examples.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PinAShow for TvTropes
Téléchargez les fichiers d'extension PinAShow for TvTropes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | lnigiffilbgaoglmmfcnemfnkceneiap |
URL Officiel | https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap |
Description | Pin your favourite shows, films and tropes to highlight them in the list of examples. |
Taille du Fichier | 41.42 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-02-02 |
Date de Publication | 2015-02-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | simonbrown60 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |