Game of Thrones Quotes

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

Game of Thrones Quotes là gì?

Game of Thrones Quotes là một tiện ích mở rộng Chrome được phát triển bởi Burak Karakan, và tính năng chính của nó là "Random Game of Thrones quotes on every new tab, quite fantastic!".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Game of Thrones Quotes

Tải xuống các tệp mở rộng Game of Thrones Quotes 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

                        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!                    

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

Tên Game of Thrones Quotes Game of Thrones Quotes
ID pfdpbbjmnlfggaiecpbecgjjpfbcdecp
URL Chính Thức https://chromewebstore.google.com/detail/game-of-thrones-quotes/pfdpbbjmnlfggaiecpbecgjjpfbcdecp
Mô tả Random Game of Thrones quotes on every new tab, quite fantastic!
Kích Thước Tệp 261 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-05-26
Ngày Phát Hành 2016-05-26
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Burak Karakan
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/karakanb/devo/blob/master/privacy_policy.md
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}