Get Site Favicon

You can get the favicon for the site by entering a URL.

Get Site Faviconคืออะไร?

Get Site Favicon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย no.web.developer และคุณลักษณะหลักของมันคือ "You can get the favicon for the site by entering a URL."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ** Introduction **

This is a simple small tool that gets the favicon of the website by entering an URL. That's it. This tool only does this one thing.

** Usage **

1. Click the tool icon to pop up the window;
2. Enter a URL in the URL entry box;
3. Click on the "Find" button and wait;
4. After a while, the result will appear (if there is no error), you can copy the icon address or download the icon to the local.

Well, now that you have learned how to use the tool, it's up to you to save the world.

** Support **

The tool is open source based on GPL-3.0 license. For more details and source code, see https://github.com/LightAPIs/get-site-favicon                    

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

ชื่อ Get Site Favicon Get Site Favicon
ID bdinnpkeobbminaekbnbdmdnlnfahbbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/get-site-favicon/bdinnpkeobbminaekbnbdmdnlnfahbbh
คำอธิบาย You can get the favicon for the site by entering a URL.
ขนาดไฟล์ 147 KB
จำนวนการติดตั้ง 79
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2022-07-26
วันที่เผยแพร่ 2022-07-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา no.web.developer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/LightAPIs/get-site-favicon
URL หน้าช่วยเหลือ https://github.com/LightAPIs/get-site-favicon
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.1.2",
    "description": "__MSG_extDes__",
    "author": "Light",
    "homepage_url": "https:\/\/github.com\/LightAPIs\/get-site-favicon",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "downloads",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ]
}