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."입니다.
확장 프로그램 스크린샷
Get Favicon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |