Game of Thrones Quotes
A Game of Thrones Quote to start your tab.
什麼是Game of Thrones Quotes?
Game of Thrones Quotes是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A Game of Thrones Quote to start your tab.”。
擴展截圖
下載Game of Thrones Quotes擴展crx文件
下載Game of Thrones Quotes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Game of Thrones Quotes!
擴展基本資訊
名稱 | Game of Thrones Quotes |
ID | oanagpeibooddcbhdoflikohhhjnhaob |
官方網址 | https://chromewebstore.google.com/detail/game-of-thrones-quotes/oanagpeibooddcbhdoflikohhhjnhaob |
簡介 | A Game of Thrones Quote to start your tab. |
檔案大小 | 232 KB |
安裝次數 | 51 |
目前版本 | 1 |
更新時間 | 2019-01-05 |
上架時間 | 2019-01-05 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | https://github.com/alecsavvy/got-quote-chrome-extension |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Game of Thrones Quotes", "description": "A Game of Thrones Quote to start your tab.", "version": "1", "author": "LemonadeJetpack", "browser_action": { "default_icon": "tab-icon.png", "default_title": "Game of Thrones Quotes" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "activeTab" ] } |