Get Site Favicon
You can get the favicon for the site by entering a URL.
Get Site Favicon là gì?
Get Site Favicon là một tiện ích mở rộng Chrome được phát triển bởi no.web.developer, và tính năng chính của nó là "You can get the favicon for the site by entering a URL.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Get Site Favicon
Tải xuống các tệp mở rộng Get Site Favicon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
** 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Get Site Favicon |
ID | bdinnpkeobbminaekbnbdmdnlnfahbbh |
URL Chính Thức | https://chromewebstore.google.com/detail/get-site-favicon/bdinnpkeobbminaekbnbdmdnlnfahbbh |
Mô tả | You can get the favicon for the site by entering a URL. |
Kích Thước Tệp | 147 KB |
Số Lần Cài Đặt | 79 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2022-07-26 |
Ngày Phát Hành | 2022-07-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | no.web.developer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/LightAPIs/get-site-favicon |
URL Trang Trợ Giúp | https://github.com/LightAPIs/get-site-favicon |
URL Trang Chính Sách Bảo Mật | https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621 |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |