Google Old Results
Cleans up google results by using the old classic style with green links
Google Old Results là gì?
Google Old Results là một tiện ích mở rộng Chrome được phát triển bởi carlosyasu91, và tính năng chính của nó là "Cleans up google results by using the old classic style with green links".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Old Results
Tải xuống các tệp mở rộng Google Old Results dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The purpose of this extension is to show Google results in the way they used to before around January 2020, when the results page added a cached page dropdown and a favicon to the results page and moved the URL to above the title. You can see the before and after in the screenshots. It does two things: -Hides the favicon and the dropdown to get you to the cached page. -Adjust styles to replace new user interface with one that is similar to the classic google results before Jan 2020.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Old Results |
ID | mncmlbggmdcmddddanjcgabpajadljhm |
URL Chính Thức | https://chromewebstore.google.com/detail/google-old-results/mncmlbggmdcmddddanjcgabpajadljhm |
Mô tả | Cleans up google results by using the old classic style with green links |
Kích Thước Tệp | 10.62 KB |
Số Lần Cài Đặt | 2,095 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2020-10-13 |
Ngày Phát Hành | 2020-02-22 |
Đánh Giá | 3.57/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | carlosyasu91 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.yasuflores.com/ |
URL Trang Trợ Giúp | https://www.yasuflores.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Old Results", "version": "1.2.2", "description": "Cleans up google results by using the old classic style with green links", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/google.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "run_at": "document_end", "css": [ "content\/google.css" ] } ] } |