GROOT

Simple saying I am GROOT!

GROOTคืออะไร?

GROOT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย busfy.roman และคุณลักษณะหลักของมันคือ "Simple saying I am GROOT!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GROOT

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

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

                        After click on icon it simply say I am Groot! (in baby version).

Version 0.0.2
-new Name                    

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

ชื่อ GROOT GROOT
ID jgffcenklofhkcjcnpkklhkkbfiejdeb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/groot/jgffcenklofhkcjcnpkklhkkbfiejdeb
คำอธิบาย Simple saying I am GROOT!
ขนาดไฟล์ 1.51 MB
จำนวนการติดตั้ง 831
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-10-24
วันที่เผยแพร่ 2017-10-24
คะแนน 4.47/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา busfy.roman
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GROOT",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Simple saying I am GROOT!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "icon"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage"
    ]
}