Link Blanker

Open link in new tab.

Link Blanker là gì?

Link Blanker là một tiện ích mở rộng Chrome được phát triển bởi https://x-more.co.jp, và tính năng chính của nó là "Open link in new tab.".

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

screenshot
screenshot

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

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

                        When you click a link to open in a new tab. 

Anyway open in a new tab. 
(You can also open in the background. ) 

And you can close tabs cluttered together. 

The browser 'back' how to hate, why strangers. 

Detailed features, how-to, help, etc. is found in 
https://www.x-more.co.jp/en/app/link-blanker/                    

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

Tên Link Blanker Link Blanker
ID lkafdfakakndhpcpccjnclopfncckhfn
URL Chính Thức https://chromewebstore.google.com/detail/link-blanker/lkafdfakakndhpcpccjnclopfncckhfn
Mô tả Open link in new tab.
Kích Thước Tệp 365 KB
Số Lần Cài Đặt 26,509
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2022-08-02
Ngày Phát Hành 2019-02-21
Đánh Giá 4.28/5 Tổng số 36 Đánh Giá
Nhà Phát Triển https://x-more.co.jp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.x-more.co.jp/app/link-blanker/
URL Trang Trợ Giúp https://www.x-more.co.jp/app/link-blanker/
URL Trang Chính Sách Bảo Mật https://www.x-more.co.jp/privacy
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.1",
    "name": "Link Blanker",
    "description": "Open link in new tab.",
    "homepage_url": "https:\/\/www.x-more.co.jp\/app\/link-blanker\/",
    "icons": {
        "128": "img\/icon.png",
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*.3gp",
                "*.3gpp",
                "*.7z",
                "*.ai",
                "*.asf",
                "*.asx",
                "*.atom",
                "*.atom",
                "*.avi",
                "*.bin",
                "*.bmp",
                "*.cco",
                "*.crt",
                "*.css",
                "*.css",
                "*.deb",
                "*.der",
                "*.dll",
                "*.dmg",
                "*.doc",
                "*.ear",
                "*.eot",
                "*.eps",
                "*.exe",
                "*.flv",
                "*.gif",
                "*.gif",
                "*.hqx",
                "*.htc",
                "*.ico",
                "*.img",
                "*.iso",
                "*.jad",
                "*.jar",
                "*.jardiff",
                "*.jng",
                "*.jnlp",
                "*.jpeg",
                "*.jpg",
                "*.js",
                "*.js",
                "*.json",
                "*.kar",
                "*.kml",
                "*.kmz",
                "*.m4a",
                "*.m4v",
                "*.mid",
                "*.midi",
                "*.mml",
                "*.mng",
                "*.mov",
                "*.mp3",
                "*.mp4",
                "*.mpeg",
                "*.mpg",
                "*.msi",
                "*.msm",
                "*.msp",
                "*.ogg",
                "*.otf",
                "*.pdb",
                "*.pdf",
                "*.pem",
                "*.pl",
                "*.pm",
                "*.png",
                "*.ppt",
                "*.prc",
                "*.ps",
                "*.ra",
                "*.rar",
                "*.rpm",
                "*.rss",
                "*.rss",
                "*.rtf",
                "*.run",
                "*.sea",
                "*.shtml",
                "*.sit",
                "*.svg",
                "*.svgz",
                "*.swf",
                "*.tcl",
                "*.tif",
                "*.tiff",
                "*.tk",
                "*.ttf",
                "*.txt",
                "*.war",
                "*.wbmp",
                "*.webm",
                "*.webp",
                "*.wml",
                "*.wmlc",
                "*.wmv",
                "*.woff",
                "*.xls",
                "*.xml",
                "*.xml",
                "*.xpi",
                "*.zip"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "32": "img\/icon32.png"
        },
        "default_title": "Link Blanker",
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "html\/notify-close-tabs.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}