Game of Thrones Quotes

Random Game of Thrones quotes on every new tab, quite fantastic!

ما هو Game of Thrones Quotes؟

Game of Thrones Quotes هو إضافة Chrome تم تطويرها بواسطة Burak Karakan، والميزة الرئيسية لها هي "Random Game of Thrones quotes on every new tab, quite fantastic!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Game of Thrones Quotes

قم بتنزيل ملفات الامتداد Game of Thrones Quotes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is an extension that is changing your "New Tab" page with a simple, clean page that shows different quotes from the series "Game of Thrones", with the quote and the character who said it. On every new tab, the item picks another quote and displays it nicely to you. It will save you from the boring stock Google Chrome new tab screen!

---------

If you have any problems or questions, please do not hesitate to contact me, hope you enjoy it!                    

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

الاسم Game of Thrones Quotes Game of Thrones Quotes
ID pfdpbbjmnlfggaiecpbecgjjpfbcdecp
عنوان URL الرسمي https://chromewebstore.google.com/detail/game-of-thrones-quotes/pfdpbbjmnlfggaiecpbecgjjpfbcdecp
الوصف Random Game of Thrones quotes on every new tab, quite fantastic!
حجم الملف 261 KB
عدد التثبيتات 145
النسخة الحالية 1.0.1
آخر تحديث 2016-05-26
تاريخ النشر 2016-05-26
تقييم 5.00/5 مجموع تقييمات 7
المطور Burak Karakan
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://github.com/karakanb/devo/blob/master/privacy_policy.md
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Game of Thrones Quotes",
    "description": "Random Game of Thrones quotes on every new tab, quite fantastic!",
    "author": "Burak Karakan",
    "short_name": "GoT Quotes",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/"
            ],
            "css": [
                "raleway.css",
                "css\/gotQuotes.css"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/got-quotes.herokuapp.com\/quotes"
    ]
}