4cUrls Lite

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

4cUrls Liteとは何ですか?

4cUrls Liteはhttps://ivcurls.web.appによって開発されたChromeの拡張機能で、その主な機能は「複製中文網址貼上不會是亂碼。4xDev(4-x.tw)」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

4cUrls Lite拡張機能のCRXファイルをダウンロード

4cUrls Lite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

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

拡張機能の基本情報

名前 4cUrls Lite 4cUrls Lite
ID aaaknjoalhfjdacoicpibhaeicnnfnpb
公式URL https://chromewebstore.google.com/detail/4curls-lite/aaaknjoalhfjdacoicpibhaeicnnfnpb
説明 複製中文網址貼上不會是亂碼。4xDev(4-x.tw)
ファイルサイズ 10.2 KB
インストール数 1,070
現在のバージョン 6.1
最終更新日 2022-07-19
公開日 2020-04-09
評価 4.50/5 合計 6 レビュー
開発者 https://ivcurls.web.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ivcurls.web.app/
ヘルプページのURL https://ivcurls.web.app/
対応言語 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"
    ]
}