Chatworkをいじる拡張
Chatworkをいじる拡張。
Wat is Chatworkをいじる拡張?
Chatworkをいじる拡張 is een Chrome-extensie ontwikkeld door myo.ryo, en de belangrijkste functie is "Chatworkをいじる拡張。".
Extensie Screenshots
Download het CRX-bestand van de extensie Chatworkをいじる拡張
Download Chatworkをいじる拡張-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Chatworkを使いやすくする拡張です。 入力欄でテキストを選択して ctrl+i で [info]タグを挿入します。続いて ctrl+space で [title]タグ挿入します。 Macの場合は、command です。 顔文字を含むチャットを選択して、「顔文字削除」をクリックすると顔文字が消えます。一時的ですけど。
Basisinformatie over de Extensie
Naam | Chatworkをいじる拡張 |
ID | cahjeohbifgfpfeaplipoapjicbcaedk |
Officiële URL | https://chromewebstore.google.com/detail/chatwork%E3%82%92%E3%81%84%E3%81%98%E3%82%8B%E6%8B%A1%E5%BC%B5/cahjeohbifgfpfeaplipoapjicbcaedk |
Beschrijving | Chatworkをいじる拡張。 |
Bestandsgrootte | 125 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-12-21 |
Publicatiedatum | 2013-12-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | myo.ryo |
Betalingswijze | free |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chatwork\u3092\u3044\u3058\u308b\u62e1\u5f35", "short_name": "cwmyo", "version": "1.0", "manifest_version": 2, "description": "Chatwork\u3092\u3044\u3058\u308b\u62e1\u5f35\u3002", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.chatwork.com\/*" ], "js": [ "jquery.min.js", "script.js" ], "run_at": "document_start" } ] } |