Google with Favicons
A Chrome extension which shows favicons in Google search results.
Google with Favicons란 무엇입니까?
Google with Favicons은(는) https://junion.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension which shows favicons in Google search results."입니다.
확장 프로그램 스크린샷
Google with Favicons 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"Google with Favicons" is a Chrome extension which shows favicons in Google search results. You can get more user-friendly and cool search experience.
확장 프로그램 기본 정보
이름 | Google with Favicons |
ID | nabghppbcmjjflfemokkgocleeclijph |
공식 URL | https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph |
설명 | A Chrome extension which shows favicons in Google search results. |
파일 크기 | 45.75 KB |
설치 횟수 | 1,107 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2014-11-03 |
출시 날짜 | 2014-11-03 |
평점 | 3.54/5 총 83 개의 평점 |
개발자 | https://junion.org |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/junion-org/GoogleWithFavicons |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google with Favicons", "version": "1.0.1", "description": "A Chrome extension which shows favicons in Google search results.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "http:\/\/www.google.*\/*", "https:\/\/www.google.*\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery-2.1.1.min.js", "js\/content.js" ] } ], "icons": { "128": "img\/icon-128.png", "48": "img\/icon-48.png", "16": "img\/icon-16.png" } } |