Get Site Favicon
You can get the favicon for the site by entering a URL.
什麼是Get Site Favicon?
Get Site Favicon是由no.web.developer開發的Chrome擴展程式,該擴展的主要功能是“You can get the favicon for the site by entering a URL.”。
擴展截圖
下載Get Site Favicon擴展crx文件
下載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 |
ID | bdinnpkeobbminaekbnbdmdnlnfahbbh |
官方網址 | 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": [ " |