Get Favicon

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

什么是Get Favicon?

Get Favicon是由Matthew Knight开发的Chrome扩展程序,该扩展的主要功能是“This extension displays the current page's favicon as well as the favicon's URL and dimensions.”。

扩展截图

screenshot

下载Get Favicon扩展crx文件

下载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"
}