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 |
| 公式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"
}
} | |