Canonical Url Open

A push on a button will open Web page URL for full browsers (for personal computers) with a new tab.

Τι είναι το Canonical Url Open;

Το Canonical Url Open είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ムーンドルド/瑠川菜月, και η κύρια λειτουργία του είναι "A push on a button will open Web page URL for full browsers (for personal computers) with a new tab.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Canonical Url Open

Λήψη αρχείων επέκτασης Canonical Url Open σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A push on a button will open Web page URL for full browsers (for personal computers) with a new tab.

-------------------------------------
As internal specification, it tries to open a new tab by the following methods.

(1)canonical Page (canonical)
URL to which priority is given in the Web page of two or more same contents is specified. 
It operates, only when the sauce of a Web page has the following specification. 
Example:

(2)Open Graph Protocol Url (OGC)
Legitimate URL of the Web page is specified. 
It operates, only when the sauce of a Web page has the following specification. 
Example:

(3)Twitter Card
Legitimate URL of the Web page is specified. 
It operates, only when the sauce of a Web page has the following specification. 
Example:

(4)mixi (mixi check) 
URL for PC of the mixi check is set up.
It operates, only when the sauce of a Web page has the following specification.


(5)URL is corrected uniquely.
It is original from the present URL and corrects URL. 
Example:https://????.com/smart/aaa.html → https://????.com/aaa.html
Example:http://m.????.com/aaa.html → http://www.????.com/aaa.html                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Canonical Url Open Canonical Url Open
ID hmmpcbkfbggkdcebjokfjocfddndepfo
Επίσημο URL https://chromewebstore.google.com/detail/canonical-url-open/hmmpcbkfbggkdcebjokfjocfddndepfo
Περιγραφή A push on a button will open Web page URL for full browsers (for personal computers) with a new tab.
Μέγεθος Αρχείου 52.24 KB
Αριθμός Εγκαταστάσεων 244
Τρέχουσα Έκδοση 1.29
Τελευταία Ενημέρωση 2022-09-13
Ημερομηνία Δημοσίευσης 2016-08-29
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής ムーンドルド/瑠川菜月
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "32": "images\/icon32.png",
            "38": "images\/icon38.png",
            "64": "images\/icon64.png"
        },
        "default_title": "Canonical Url Open"
    },
    "options_page": "options.html",
    "name": "Canonical Url Open",
    "author": "moondoldo\/rukawanatuki",
    "version": "1.29",
    "manifest_version": 3,
    "icons": {
        "128": "images\/icon128.png",
        "64": "images\/icon64.png",
        "32": "images\/icon32.png",
        "16": "images\/icon16.png"
    },
    "default_locale": "en",
    "description": "__MSG_extensiondescription__",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}