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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PinAShow for TvTropes

قم بتنزيل ملفات الامتداد PinAShow for TvTropes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم PinAShow for TvTropes PinAShow for TvTropes
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"
            ]
        }
    ]
}