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) 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |