Slugifier

Turns your selected text into-a-slug

Slugifierคืออะไร?

Slugifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stas Gavrylov และคุณลักษณะหลักของมันคือ "Turns your selected text into-a-slug"

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

screenshot

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

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

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

                        This extension adds a context menu option that allows you to instantly convert any selected text to kebab-case, or, in other words, turns it into a slug (https://en.wikipedia.org/wiki/Semantic_URL#Slug). The resulted slug will be saved to your clipboard.

v1.0.5 Adds support for accented characters (diacritics)                    

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

ชื่อ Slugifier Slugifier
ID danggggdajhgdhkgijiobeamelnpojme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/slugifier/danggggdajhgdhkgijiobeamelnpojme
คำอธิบาย Turns your selected text into-a-slug
ขนาดไฟล์ 7.9 KB
จำนวนการติดตั้ง 255
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2017-11-17
วันที่เผยแพร่ 2017-11-17
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Stas Gavrylov
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/stasgavrylov/slugifier-chrome-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slugifier",
    "description": "Turns your selected text into-a-slug",
    "version": "1.0.5",
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "slugifier.js"
        ]
    },
    "icons": {
        "16": "icons\/slugifier16.png",
        "48": "icons\/slugifier48.png",
        "128": "icons\/slugifier128.png"
    },
    "manifest_version": 2
}