Slugifier

Turns your selected text into-a-slug

Slugifier là gì?

Slugifier là một tiện ích mở rộng Chrome được phát triển bởi Stas Gavrylov, và tính năng chính của nó là "Turns your selected text into-a-slug".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slugifier

Tải xuống các tệp mở rộng Slugifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slugifier Slugifier
ID danggggdajhgdhkgijiobeamelnpojme
URL Chính Thức https://chromewebstore.google.com/detail/slugifier/danggggdajhgdhkgijiobeamelnpojme
Mô tả Turns your selected text into-a-slug
Kích Thước Tệp 7.9 KB
Số Lần Cài Đặt 255
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2017-11-17
Ngày Phát Hành 2017-11-17
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Stas Gavrylov
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/stasgavrylov/slugifier-chrome-extension
Ngôn Ngữ Được Hỗ Trợ 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
}