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开发的Chrome扩展程序,该扩展的主要功能是“Pin your favourite shows, films and tropes to highlight them in the list of examples.”。
扩展截图
下载PinAShow for TvTropes扩展crx文件
下载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" ] } ] } |