Canonical Url Detector
If the page has Canonical URL, you can click to switch the URL in address bar.
Canonical Url Detector là gì?
Canonical Url Detector là một tiện ích mở rộng Chrome được phát triển bởi irok, và tính năng chính của nó là "If the page has Canonical URL, you can click to switch the URL in address bar.".
Ả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 Canonical Url Detector
Tải xuống các tệp mở rộng Canonical Url Detector 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 extension icon becomes active when the page has Canonical URL, and click it to change URL in the address bar to Canonical URL without reloading the page. Click again to return to the original URL. It works in the same way when the URL contains extra parameters. Please use it, for example, when you share a page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dcbmeicnoejpldipejlefojiiebhogij |
URL Chính Thức | https://chrome.google.com/webstore/detail/canonical-url-detector/dcbmeicnoejpldipejlefojiiebhogij |
Mô tả | If the page has Canonical URL, you can click to switch the URL in address bar. |
Kích Thước Tệp | 26 KB |
Số Lần Cài Đặt | 1,511 |
Phiên Bản Hiện Tại | 2.1.3 |
Cập Nhật Lần Cuối | 2022-01-12 |
Ngày Phát Hành | 2020-06-02 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | irok |
[email protected] | |
Trang Web Mở Rộng | https://github.com/irok/CanonicalUrlDetector |
URL Trang Trợ Giúp | https://github.com/irok/CanonicalUrlDetector/issues |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Canonical Url Detector", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.1.3", "author": "irok", "homepage_url": "https:\/\/github.com\/irok\/CanonicalUrlDetector", "icons": { "16": "img\/icon-canonical.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "16": "img\/icon-disabled.png" }, "default_title": "Canonical Url Detector" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |