ネット小説執筆サポートツール

ネット小説の執筆することをサポートする総合ツールです。

What is ネット小説執筆サポートツール?

ネット小説執筆サポートツール is a Chrome extension developed by https://karupoimou.hatenablog.com, and its main feature is "ネット小説の執筆することをサポートする総合ツールです。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ネット小説執筆サポートツール Extension CRX File

Download ネット小説執筆サポートツール 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

                        ✜ 概要
ネット小説の執筆をサポートする総合ツールです

✜ 機能
・各種ネット小説投稿サイトの編集ページに直接ジャンプできるボタン
・「みてみん」の、なろうへの画像貼り付けを容易にする機能
・「ノベルアップ+」の未返信コメントを分かりやすく表示する機能
・「ノベルアップ+」の作者ツイートエゴサーチページにジャンプ出来るボタンを小説ページに追加する機能

✜ 使用方法
この拡張機能を入れた状態で、みてみんの”https://mitemin.net/imagemanage/top/icode/~~~”で始まるページアドレスにアクセスとすると自動で作動し、貼り付け用の文字列が表示されます。


✜ バージョン情報
ver0.3.1 ManifestV3に移行。みてみんのURLを修正(2021.05.27)
ver0.3.0 「ノベルアップ+」ページ向けに「作者分析ページへのリンク」「未返信感想のハイライト機能」を追加、Githubにソースコードを掲載、説明ページ(About)を更新(2020.05.18)
ver0.2.2 「ノベルアップ+」の項目を追加(2020.05.18)
ver0.2.1 活動報告用urlに「"」が抜けていたので修正(2019.06.14)
ver0.2 ポップアップに各サイトへのダイレクトリンクURLを追加しました(2019.05.05)
ver0.1 初バージョン公開(2019.05.01)

✜ その他
「小説家になろう」「みてみん」は 株式会社ヒナプロジェクトの登録商標です。
この拡張機能はみてみんのページでのみ動作します。

✜ ライセンス
MIT License                    

Extension Basic Information

Name ネット小説執筆サポートツール ネット小説執筆サポートツール
ID mmhbmjkcoocchfgpcknjijoabinfbdig
Official URL https://chromewebstore.google.com/detail/%E3%83%8D%E3%83%83%E3%83%88%E5%B0%8F%E8%AA%AC%E5%9F%B7%E7%AD%86%E3%82%B5%E3%83%9D%E3%83%BC%E3%83%88%E3%83%84%E3%83%BC%E3%83%AB/mmhbmjkcoocchfgpcknjijoabinfbdig
Description ネット小説の執筆することをサポートする総合ツールです。
File Size 45.6 KB
Installation Count 28
Current Version 0.3.1
Last Updated 2021-05-27
Publish Date 2020-05-18
Rating 5.00/5 Total 1 Ratings
Developer https://karupoimou.hatenablog.com
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u30cd\u30c3\u30c8\u5c0f\u8aac\u57f7\u7b46\u30b5\u30dd\u30fc\u30c8\u30c4\u30fc\u30eb",
    "description": "\u30cd\u30c3\u30c8\u5c0f\u8aac\u306e\u57f7\u7b46\u3059\u308b\u3053\u3068\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u7dcf\u5408\u30c4\u30fc\u30eb\u3067\u3059\u3002",
    "version": "0.3.1",
    "author": "karupoimou",
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "\u30cd\u30c3\u30c8\u5c0f\u8aac\u57f7\u7b46\u30b5\u30dd\u30fc\u30c8\u30c4\u30fc\u30eb",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mitemin.net\/imagemanage\/top\/icode\/*"
            ],
            "js": [
                "js\/jquery-3.4.0.min.js",
                "js\/support_narou_script.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/novelup.plus\/story\/*"
            ],
            "js": [
                "js\/jquery-3.4.0.min.js",
                "js\/support_novelup_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}