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 là gì?

Canonical Url Open là một tiện ích mở rộng Chrome được phát triển bởi ムーンドルド/瑠川菜月, và tính năng chính của nó là "A push on a button will open Web page URL for full browsers (for personal computers) with a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Canonical Url Open

Tải xuống các tệp mở rộng Canonical Url Open 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Canonical Url Open Canonical Url Open
ID hmmpcbkfbggkdcebjokfjocfddndepfo
URL Chính Thức https://chromewebstore.google.com/detail/canonical-url-open/hmmpcbkfbggkdcebjokfjocfddndepfo
Mô tả A push on a button will open Web page URL for full browsers (for personal computers) with a new tab.
Kích Thước Tệp 52.24 KB
Số Lần Cài Đặt 244
Phiên Bản Hiện Tại 1.29
Cập Nhật Lần Cuối 2022-09-13
Ngày Phát Hành 2016-08-29
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển ムーンドルド/瑠川菜月
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}