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開發的Chrome擴展程式,該擴展的主要功能是“Random Game of Thrones quotes on every new tab, quite fantastic!”。
擴展截圖
下載Game of Thrones Quotes擴展crx文件
下載Game of Thrones Quotes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | pfdpbbjmnlfggaiecpbecgjjpfbcdecp |
官方網址 | 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" ] } |