URL Shorten 缩短网址

使用微博™将长网址缩短成t.cn的短网址

URL Shorten 缩短网址คืออะไร?

URL Shorten 缩短网址 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pythias และคุณลักษณะหลักของมันคือ "使用微博™将长网址缩短成t.cn的短网址"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Shorten 缩短网址

ดาวน์โหลดไฟล์ส่วนขยาย URL Shorten 缩短网址 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        通过发布隐藏微博获取网址对应的短网址

特性:

- 支持网页里右键直接生成
- 支持输入网址生成
- 自动复制到剪贴板
- 需要登录微博,自动删除临时微博                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ URL Shorten 缩短网址 URL Shorten 缩短网址
ID fjhipolonfjaalnbkicknldnmkijdpgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/url-shorten-%E7%BC%A9%E7%9F%AD%E7%BD%91%E5%9D%80/fjhipolonfjaalnbkicknldnmkijdpgf
คำอธิบาย 使用微博™将长网址缩短成t.cn的短网址
ขนาดไฟล์ 47.86 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2023-11-23
วันที่เผยแพร่ 2020-03-12
ผู้พัฒนา pythias
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://weibo.com/u/1763952531
URL หน้านโยบายความเป็นส่วนตัว https://privacy.weibo.com
ภาษาที่รองรับ zh-CN
manifest.json
{
    "name": "URL Shorten \u7f29\u77ed\u7f51\u5740",
    "version": "1.2.2",
    "manifest_version": 3,
    "description": "\u4f7f\u7528\u5fae\u535a\u2122\u5c06\u957f\u7f51\u5740\u7f29\u77ed\u6210t.cn\u7684\u77ed\u7f51\u5740",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/weibo.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/weibo.com\/*"
            ],
            "js": [
                "js\/utils.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "shorten.html",
        "default_icon": {
            "16": "image\/shorten-16.png",
            "32": "image\/shorten-32.png",
            "48": "image\/shorten-48.png",
            "128": "image\/shorten-128.png"
        }
    },
    "icons": {
        "16": "image\/shorten-16.png",
        "32": "image\/shorten-32.png",
        "48": "image\/shorten-48.png",
        "128": "image\/shorten-128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}