URL Auto Splicer

Redirect you to self-constructed URL instantly with context selection

URL Auto Splicer là gì?

URL Auto Splicer là một tiện ích mở rộng Chrome được phát triển bởi crispgm, và tính năng chính của nó là "Redirect you to self-constructed URL instantly with context selection".

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

screenshot

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

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

                        URLAutoSplicer is a simple Chrome Extension, which redirects you to self-constructed URL instantly with context selection.

It is now in beta! You may report issues in https://github.com/URLAutoRedirector/URLAutoSplicer/issues                    

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

Tên URL Auto Splicer URL Auto Splicer
ID kmlnjaeipdljbegfnfofknfaeojgojgm
URL Chính Thức https://chromewebstore.google.com/detail/url-auto-splicer/kmlnjaeipdljbegfnfofknfaeojgojgm
Mô tả Redirect you to self-constructed URL instantly with context selection
Kích Thước Tệp 62.81 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.0.0 beta2
Cập Nhật Lần Cuối 2017-10-21
Ngày Phát Hành 2017-10-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển crispgm
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://urlautoredirector.github.io/URLAutoSplicer/
URL Trang Trợ Giúp https://github.com/URLAutoRedirector/URLAutoSplicer/issues
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Auto Splicer",
    "short_name": "URLAutoSplicer",
    "version": "1.0.2",
    "version_name": "1.0.0 beta2",
    "description": "__MSG_ext_description__",
    "author": "David Zhang",
    "homepage_url": "https:\/\/urlautoredirector.github.io\/URLAutoSplicer\/",
    "options_page": "options.html",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "32": "images\/icon-32.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'",
    "default_locale": "en",
    "manifest_version": 2
}