PinAShow for TvTropes
Pin your favourite shows, films and tropes to highlight them in the list of examples.
Что такое PinAShow for TvTropes?
PinAShow for TvTropes - это расширение Chrome, разработанное simonbrown60, и его основная функция - "Pin your favourite shows, films and tropes to highlight them in the list of examples.".
Снимки экрана расширения
Скачать файл CRX расширения PinAShow for TvTropes
Скачайте файлы расширений PinAShow for TvTropes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } ] } |