Developers.IO編集アシスタント

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

Vad är Developers.IO編集アシスタント?

Developers.IO編集アシスタント är en Chrome-tillägg utvecklad av shoito, och dess huvudfunktion är "Developers.IO編集者を少し助けてくれるChrome拡張です。".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Developers.IO編集アシスタント-förlängningens CRX-fil

Ladda ner Developers.IO編集アシスタント-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Developers.IO編集アシスタント Developers.IO編集アシスタント
ID bognkipnhbbfhjkinldhepdglepjehpm
Officiell webbadress 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
Beskrivning Developers.IO編集者を少し助けてくれるChrome拡張です。
Filstorlek 28.58 KB
Antal Installationer 193
Aktuell Version 0.1.0
Senast Uppdaterad 2020-08-25
Publiceringsdatum 2019-07-01
Utvecklare shoito
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}