Developers.IO編集アシスタント
Developers.IO編集者を少し助けてくれるChrome拡張です。
Wat is Developers.IO編集アシスタント?
Developers.IO編集アシスタント is een Chrome-extensie ontwikkeld door shoito, en de belangrijkste functie is "Developers.IO編集者を少し助けてくれるChrome拡張です。".
Extensie Screenshots
Download het CRX-bestand van de extensie Developers.IO編集アシスタント
Download Developers.IO編集アシスタント-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
Developers.IOは記事コンテンツの増加に伴いカテゴリと特集カテゴリの数も増加してきました。
Chrome拡張は、記事編集画面の旧エディタにてそれらをフィルタリングする機能を追加しカテゴリの選択をしやすくします。
また旧エディタで禁止されているMarkdownのコードブロック利用を検知して通知します。 Basisinformatie over de Extensie
| Naam | |
| ID | bognkipnhbbfhjkinldhepdglepjehpm |
| Officiële URL | https://chromewebstore.google.com/detail/developersio%E7%B7%A8%E9%9B%86%E3%82%A2%E3%82%B7%E3%82%B9%E3%82%BF%E3%83%B3%E3%83%88/bognkipnhbbfhjkinldhepdglepjehpm |
| Beschrijving | Developers.IO編集者を少し助けてくれるChrome拡張です。 |
| Bestandsgrootte | 28.58 KB |
| Aantal Installaties | 193 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2020-08-25 |
| Publicatiedatum | 2019-07-01 |
| Ontwikkelaar | shoito |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Developers.IO\u7de8\u96c6\u30a2\u30b7\u30b9\u30bf\u30f3\u30c8",
"short_name": "DevIO\u7de8\u96c6\u30a2\u30b7\u30b9\u30c8",
"version": "0.1.0",
"manifest_version": 2,
"description": "Developers.IO\u7de8\u96c6\u8005\u3092\u5c11\u3057\u52a9\u3051\u3066\u304f\u308c\u308bChrome\u62e1\u5f35\u3067\u3059\u3002",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/dev.classmethod.jp\/wp-admin\/post.php*",
"https:\/\/dev.classmethod.jp\/wp-admin\/post-new.php*"
],
"js": [
"src\/inject\/filter.js"
]
},
{
"matches": [
"https:\/\/dev.classmethod.jp\/wp-admin\/post.php*",
"https:\/\/dev.classmethod.jp\/wp-admin\/post-new.php*"
],
"js": [
"src\/inject\/check-syntax.js"
]
}
]
} | |