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