Google Search Result Url Shortener
Cut the needless parameters in Google search result url.
Google Search Result Url Shortener là gì?
Google Search Result Url Shortener là một tiện ích mở rộng Chrome được phát triển bởi k.bigwheel (Kazufumi Nishida), và tính năng chính của nó là "Cut the needless parameters in Google search result url.".
Ả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 Search Result Url Shortener
Tải xuống các tệp mở rộng Google Search Result Url Shortener 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
Cut the needless parameters in Google search result url. github: https://github.com/bigwheel/google-search-result-url-shortener
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Search Result Url Shortener |
ID | coigfbofeliglgkjaopaalfagoapncef |
URL Chính Thức | https://chromewebstore.google.com/detail/google-search-result-url/coigfbofeliglgkjaopaalfagoapncef |
Mô tả | Cut the needless parameters in Google search result url. |
Kích Thước Tệp | 13.22 KB |
Số Lần Cài Đặt | 298 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2012-08-11 |
Ngày Phát Hành | 2012-08-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | k.bigwheel (Kazufumi Nishida) |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Result Url Shortener", "version": "1.1.1", "manifest_version": 2, "description": "Cut the needless parameters in Google search result url.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "page_action": { "default_icon": "icon48.png", "default_title": "Cut the needless parameters in Google search result url." } } |