4cUrls Lite

複製中文網址貼上不會是亂碼。4xDev(4-x.tw)

What is 4cUrls Lite?

4cUrls Lite is a Chrome extension developed by https://ivcurls.web.app, and its main feature is "複製中文網址貼上不會是亂碼。4xDev(4-x.tw)".

Extension Screenshots

screenshot
screenshot
screenshot

Download 4cUrls Lite Extension CRX File

Download 4cUrls Lite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        4cUrls Lite 是 4cUrls 精簡版,主要提供的功能為:
複製中文網址後貼上不會是亂碼。

4cUrls 完整版的功能是會將網址列不必要的參數做移除,以及複製 YouTube 可以複製縮網址方式。
有需要完整版的朋友可以安裝 4cUrls,當然這些工具都是免費的。
可依照自己的需求做安裝。

// 如果喜歡這個小工具歡迎評論 + 5 ★
// 官方網站可以查看歷史版本說明:https://ivcurls.web.app/
// 擴充功能已更新至 Manifest V3                    

Extension Basic Information

Name 4cUrls Lite 4cUrls Lite
ID aaaknjoalhfjdacoicpibhaeicnnfnpb
Official URL https://chromewebstore.google.com/detail/4curls-lite/aaaknjoalhfjdacoicpibhaeicnnfnpb
Description 複製中文網址貼上不會是亂碼。4xDev(4-x.tw)
File Size 10.2 KB
Installation Count 1,070
Current Version 6.1
Last Updated 2022-07-19
Publish Date 2020-04-09
Rating 4.50/5 Total 6 Ratings
Developer https://ivcurls.web.app
Email [email protected]
Payment Type free
Extension Website https://ivcurls.web.app/
Help Page URL https://ivcurls.web.app/
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "4cUrls Lite",
    "short_name": "4cUrls Lite",
    "description": "\u8907\u88fd\u4e2d\u6587\u7db2\u5740\u8cbc\u4e0a\u4e0d\u6703\u662f\u4e82\u78bc\u30024xDev(4-x.tw)",
    "version": "6.1",
    "action": {
        "default_title": "4cUrls Lite",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}