Slugifier
Turns your selected text into-a-slug
什么是Slugifier?
Slugifier是由Stas Gavrylov开发的Chrome扩展程序,该扩展的主要功能是“Turns your selected text into-a-slug”。
扩展截图
下载Slugifier扩展crx文件
下载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 |
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 } |