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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 PinAShow for TvTropes PinAShow for TvTropes
ID lnigiffilbgaoglmmfcnemfnkceneiap
官方網址 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"
            ]
        }
    ]
}