G Favicon Fixer
Return to the old Google favicon!
什麼是G Favicon Fixer?
G Favicon Fixer是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Return to the old Google favicon!”。
擴展截圖
下載G Favicon Fixer擴展crx文件
下載G Favicon Fixer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Don't like the new white on blue G? Install this app to return to the multicolored 2009 favicon!
擴展基本資訊
名稱 | G Favicon Fixer |
ID | fgofmpkkcmalkeloaihfljngbibciile |
官方網址 | https://chromewebstore.google.com/detail/g-favicon-fixer/fgofmpkkcmalkeloaihfljngbibciile |
簡介 | Return to the old Google favicon! |
檔案大小 | 53.73 KB |
安裝次數 | 1,140 |
目前版本 | 1.1 |
更新時間 | 2012-08-23 |
上架時間 | 2012-08-22 |
評分 | 4.36/5 共 14 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "G Favicon Fixer", "version": "1.1", "manifest_version": 2, "description": "Return to the old Google favicon!", "content_scripts": [ { "js": [ "mainscript.js" ], "matches": [ "*:\/\/www.google.com\/*", "*:\/\/google.com\/*", "*:\/\/images.google.com\/*", "*:\/\/books.google.com\/*" ] } ], "web_accessible_resources": [ "oldfavicon.ico" ], "icons": { "16": "oldfavicon16.png", "48": "oldfavicon48.png", "128": "oldfavicon128.png" } } |