Restore the Google logo back to the year 2014
Restore the Google logo back to the year 2014
什麼是Restore the Google logo back to the year 2014?
Restore the Google logo back to the year 2014是由Michael Sifrar開發的Chrome擴展程式,該擴展的主要功能是“Restore the Google logo back to the year 2014”。
擴展截圖
下載Restore the Google logo back to the year 2014擴展crx文件
下載Restore the Google logo back to the year 2014擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Why the new Google logo? Why? Why? Why? Change is good - but doesn't mean we have to like it. This is why we developed a chrome extension to rollback the Google logo to the year 2014. Just "+ Add to Chrome" and never see the new logo again - or at least not everywhere. * CSS injected into almost every Google URL to roll back the new logo * Developed by Michael Sifrar - StartWithAWebsite.com, LLC * http://StartWithAWebsite.com PS - If anyone wants to redesign the logo - submit examples to us at [email protected] and We'll make an extension for the winning logo.
擴展基本資訊
名稱 | Restore the Google logo back to the year 2014 |
ID | dcbenhefbbdmpgfnakmbdnbchiognmim |
官方網址 | https://chrome.google.com/webstore/detail/restore-the-google-logo-b/dcbenhefbbdmpgfnakmbdnbchiognmim |
簡介 | Restore the Google logo back to the year 2014 |
檔案大小 | 17.23 KB |
安裝次數 | 1,729 |
目前版本 | 0.0.0.3 |
更新時間 | 2016-02-06 |
上架時間 | 2016-02-06 |
評分 | 2.91/5 共 55 次評分 |
開發者 | Michael Sifrar |
付費類型 | free |
擴展官網 | http://startwithawebsite.com |
說明頁面URL | http://startwithawebsite.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "main.css" ], "all_frames": false, "matches": [ "http:\/\/*.google.com\/*", "https:\/\/*.google.com\/*" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "description": "Restore the Google logo back to the year 2014", "icons": { "128": "Google-2014-128.png", "16": "Google-2014-128.png", "48": "Google-2014-128.png" }, "manifest_version": 2, "name": "Restore the Google logo back to the year 2014", "version": "0.0.0.3", "web_accessible_resources": [ "main.css" ] } |