PinAShow for TvTropes

Pin your favourite shows, films and tropes to highlight them in the list of examples.

PinAShow for TvTropes là gì?

PinAShow for TvTropes là một tiện ích mở rộng Chrome được phát triển bởi simonbrown60, và tính năng chính của nó là "Pin your favourite shows, films and tropes to highlight them in the list of examples.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PinAShow for TvTropes

Tải xuống các tệp mở rộng PinAShow for TvTropes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PinAShow for TvTropes PinAShow for TvTropes
ID lnigiffilbgaoglmmfcnemfnkceneiap
URL Chính Thức https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap
Mô tả Pin your favourite shows, films and tropes to highlight them in the list of examples.
Kích Thước Tệp 41.42 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-02-02
Ngày Phát Hành 2015-02-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển simonbrown60
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}