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文件
下載Google with Favicons擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
"Google with Favicons" is a Chrome extension which shows favicons in Google search results.
You can get more user-friendly and cool search experience. 擴展基本資訊
| 名稱 | |
| ID | nabghppbcmjjflfemokkgocleeclijph |
| 官方網址 | 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"
}
} | |