Game of Thrones Quotes

A Game of Thrones Quote to start your tab.

Game of Thrones Quotesคืออะไร?

Game of Thrones Quotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A Game of Thrones Quote to start your tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Game of Thrones Quotes

ดาวน์โหลดไฟล์ส่วนขยาย Game of Thrones Quotes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Game of Thrones Quotes!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Game of Thrones Quotes Game of Thrones Quotes
ID oanagpeibooddcbhdoflikohhhjnhaob
URL อย่างเป็นทางการ 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"
    ]
}