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!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Game of Thrones Quotes
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |