Canonical Url Detector
If the page has Canonical URL, you can click to switch the URL in address bar.
Was ist Canonical Url Detector?
Canonical Url Detector ist eine Chrome-Erweiterung, die von irok entwickelt wurde, und ihr Hauptmerkmal ist "If the page has Canonical URL, you can click to switch the URL in address bar.".
Erweiterungsscreenshots
Canonical Url Detector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Canonical Url Detector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dcbmeicnoejpldipejlefojiiebhogij |
Offizielle URL | https://chrome.google.com/webstore/detail/canonical-url-detector/dcbmeicnoejpldipejlefojiiebhogij |
Beschreibung | If the page has Canonical URL, you can click to switch the URL in address bar. |
Dateigröße | 26 KB |
Installationsanzahl | 1,511 |
Aktuelle Version | 2.1.3 |
Letztes Update | 2022-01-12 |
Veröffentlichungsdatum | 2020-06-02 |
Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
Entwickler | irok |
[email protected] | |
Erweiterungswebsite | https://github.com/irok/CanonicalUrlDetector |
Hilfeseite URL | https://github.com/irok/CanonicalUrlDetector/issues |
Unterstützte Sprachen | 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" ] } ] } |