Get Favicon

This extension displays the current page's favicon as well as the favicon's URL and dimensions.

Get Faviconคืออะไร?

Get Favicon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthew Knight และคุณลักษณะหลักของมันคือ "This extension displays the current page's favicon as well as the favicon's URL and dimensions."

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

screenshot

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

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

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

                        This extension is very small and very simple.  I wrote it for myself one day to meet my own needs, but I'd really like some feedback.  Can it be improved?  What were you looking for when you came across it?  Does it do what you want?  If not, what is it missing?  Can/should it display more of the image's meta info?  Maybe auto-save the icons of all open tabs into a folder?  Please let me know.                    

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

ชื่อ Get Favicon Get Favicon
ID gpipahagclehninhhjkhbkliinfofnhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/get-favicon/gpipahagclehninhhjkhbkliinfofnhe
คำอธิบาย This extension displays the current page's favicon as well as the favicon's URL and dimensions.
ขนาดไฟล์ 5.97 KB
จำนวนการติดตั้ง 10,688
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2021-06-15
วันที่เผยแพร่ 2018-01-02
คะแนน 4.96/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา Matthew Knight
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Get Favicon"
    },
    "description": "This extension displays the current page's favicon as well as the favicon's URL and dimensions.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkjBd1DuE0TymO1pkPKki6wRENknNFbsx9paGlujxaIt37HuA07KurdNYsGMo1AH4MvN+4bozp33+rM8NDGR90xgqfcUbI8OYbOmv7a1Bx17rwB+l9ZyHoKn7AAU0RBlWu2E77U6IkV+I49eOgk82InecUxk59vFRqb2NmeR2ZLjoi7FECGXvFEkoDSemUdgwDrL62YUklIedvT8qoZtLAvQafnz8LpRNMlCTJBN+mORg73hVYOTwQDFFT7TO8J9rgK7gI2f736fXF4WkkA+FAlvtJaUKcOezb\/RWmxsed9YhL963bTCqWQCvkT4\/yCICYCFII6QC7KxQBHfcZU\/e5wIDAQAB",
    "manifest_version": 2,
    "name": "Get Favicon",
    "permissions": [
        "activeTab"
    ],
    "short_name": "Get Favicon",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}