Developers.IO編集アシスタント

Developers.IO編集者を少し助けてくれるChrome拡張です。

Apa itu Developers.IO編集アシスタント?

Developers.IO編集アシスタント adalah ekstensi Chrome yang dikembangkan oleh shoito, dan fitur utamanya adalah "Developers.IO編集者を少し助けてくれるChrome拡張です。".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Developers.IO編集アシスタント

Unduh file ekstensi Developers.IO編集アシスタント dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Developers.IOは記事コンテンツの増加に伴いカテゴリと特集カテゴリの数も増加してきました。  
Chrome拡張は、記事編集画面の旧エディタにてそれらをフィルタリングする機能を追加しカテゴリの選択をしやすくします。
また旧エディタで禁止されているMarkdownのコードブロック利用を検知して通知します。                    

Informasi Dasar Ekstensi

Nama Developers.IO編集アシスタント Developers.IO編集アシスタント
ID bognkipnhbbfhjkinldhepdglepjehpm
URL Resmi 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
Deskripsi Developers.IO編集者を少し助けてくれるChrome拡張です。
Ukuran File 28.58 KB
Jumlah Instalasi 193
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2020-08-25
Tanggal Publikasi 2019-07-01
Pengembang shoito
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}