Game of Thrones Quotes

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

Game of Thrones Quotes क्या है?

Game of Thrones Quotes Burak Karakan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Random Game of Thrones quotes on every new tab, quite fantastic!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Game of Thrones Quotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ URL 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"
    ]
}