Developers.IO編集アシスタント
Developers.IO編集者を少し助けてくれるChrome拡張です。
What is Developers.IO編集アシスタント?
Developers.IO編集アシスタント is a Chrome extension developed by shoito, and its main feature is "Developers.IO編集者を少し助けてくれるChrome拡張です。".
Extension Screenshots
Download Developers.IO編集アシスタント Extension CRX File
Download Developers.IO編集アシスタント extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Developers.IOは記事コンテンツの増加に伴いカテゴリと特集カテゴリの数も増加してきました。 Chrome拡張は、記事編集画面の旧エディタにてそれらをフィルタリングする機能を追加しカテゴリの選択をしやすくします。 また旧エディタで禁止されているMarkdownのコードブロック利用を検知して通知します。
Extension Basic Information
Name | Developers.IO編集アシスタント |
ID | bognkipnhbbfhjkinldhepdglepjehpm |
Official 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 |
Description | Developers.IO編集者を少し助けてくれるChrome拡張です。 |
File Size | 28.58 KB |
Installation Count | 193 |
Current Version | 0.1.0 |
Last Updated | 2020-08-25 |
Publish Date | 2019-07-01 |
Developer | shoito |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |