Shlink It!

Use your self-hosted Shlink server to create a shortcut to the current URL.

Shlink It!คืออะไร?

Shlink It! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ted Kulp และคุณลักษณะหลักของมันคือ "Use your self-hosted Shlink server to create a shortcut to the current URL."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shlink It!

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

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

                        Shlink It! will create a short URL from the current tab, using your self-hosted Shlink server. It gives you several options before the link is created, and will copy the short URL to your clipboard.

After the extension is installed, go to the Settings page and enter your Shlink URL and API key to get started.

See shlink.io for more details on hosting your own server.

NOTE: This extension is Unofficial and not directly affiliated with the Shlink project.                    

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

ชื่อ Shlink It! Shlink It!
ID honjlmannamjohjjmlfkohhcppoelpfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shlink-it/honjlmannamjohjjmlfkohhcppoelpfc
คำอธิบาย Use your self-hosted Shlink server to create a shortcut to the current URL.
ขนาดไฟล์ 359 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2022-03-28
วันที่เผยแพร่ 2022-03-28
ผู้พัฒนา Ted Kulp
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tedkulp/shlink-it
URL หน้าช่วยเหลือ https://github.com/tedkulp/shlink-it
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shlink It!",
    "description": "Use your self-hosted Shlink server to create a shortcut to the current URL.",
    "version": "0.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/shlink-16.png",
            "48": "\/images\/shlink-48.png",
            "64": "\/images\/shlink-64.png",
            "96": "\/images\/shlink-96.png",
            "128": "\/images\/shlink-128.png",
            "256": "\/images\/shlink-256.png"
        }
    },
    "icons": {
        "16": "\/images\/shlink-16.png",
        "48": "\/images\/shlink-48.png",
        "64": "\/images\/shlink-64.png",
        "96": "\/images\/shlink-96.png",
        "128": "\/images\/shlink-128.png",
        "256": "\/images\/shlink-256.png"
    },
    "options_page": "options.html"
}