Getter

Automatically find fonts, colors and more on any page!

Getterคืออะไร?

Getter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abdevelops และคุณลักษณะหลักของมันคือ "Automatically find fonts, colors and more on any page!"

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

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

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

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

                        Ever wanted to know what fonts, colors or other css is being used on a page? Wonder no more, with this extension you can now see fonts, colors, and background colors on the page. More CSS attributes coming soon!                    

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

ชื่อ Getter Getter
ID nkgabfmcijbajgobbeloaobhbhpacnim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/getter/nkgabfmcijbajgobbeloaobhbhpacnim
คำอธิบาย Automatically find fonts, colors and more on any page!
ขนาดไฟล์ 10.33 MB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-01-11
วันที่เผยแพร่ 2021-01-09
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา abdevelops
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Getter",
    "version": "1.1.0",
    "description": "Automatically find fonts, colors and more on any page!",
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "webNavigation",
        "storage",
        "downloads",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": ".\/options\/options.html",
    "page_action": {
        "default_title": "Getter",
        "default_popup": ".\/popup\/popup.html",
        "default_icon": {
            "16": "images\/CSS-Getter-Icon-16px.png",
            "32": "images\/CSS-Getter-Icon-32px.png",
            "48": "images\/CSS-Getter-Icon-48px.png",
            "128": "images\/CSS-Getter-Icon-128px.png"
        }
    },
    "icons": {
        "16": "images\/CSS-Getter-Icon-16px.png",
        "32": "images\/CSS-Getter-Icon-32px.png",
        "48": "images\/CSS-Getter-Icon-48px.png",
        "128": "images\/CSS-Getter-Icon-128px.png"
    },
    "manifest_version": 2
}