PinAShow for TvTropes
Pin your favourite shows, films and tropes to highlight them in the list of examples.
PinAShow for TvTropes क्या है?
PinAShow for TvTropes simonbrown60 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pin your favourite shows, films and tropes to highlight them in the list of examples."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PinAShow for TvTropes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lnigiffilbgaoglmmfcnemfnkceneiap |
आधिकारिक URL | https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap |
विवरण | Pin your favourite shows, films and tropes to highlight them in the list of examples. |
फ़ाइल का आकार | 41.42 KB |
स्थापना संख्या | 10 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2015-02-02 |
प्रकाशन तिथि | 2015-02-02 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | simonbrown60 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |