小説家になろう非公式キー操作ツール
小説家になろう非公式の、キーで各種操作を行うツール
Qu'est-ce que 小説家になろう非公式キー操作ツール ?
小説家になろう非公式キー操作ツール est une extension Chrome développée par Starry Bellsound, et sa fonction principale est "小説家になろう非公式の、キーで各種操作を行うツール".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 小説家になろう非公式キー操作ツール
Téléchargez les fichiers d'extension 小説家になろう非公式キー操作ツール au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
--- ver 1.1.1 更新 --- (ハーメルンのみ)次へと前へが逆になっていたのを修正 --- ver 1.1.0 更新 --- ハーメルン(HAMELN )に対応 ※ブックマーク(お気に入り)ショートカットのみ非対応 内部ソースの整理を実施 --- ver 1.0.2 更新 --- ノクターンに対応 --- ver 1.0.1 更新 --- 「ブックマーク」「しおりを挟む」のショートカットキーを追加しました。 いくつかの不具合を修正しました。 --- マウスを使って次に遷移したり、戻ったりするのが面倒な人向けのツールです。 オプションで「次に進む」「前に戻る」キーを設定できます。 また、画面上に「次へ」「前へ」が表示されているときのみ機能するように設定することも可能です。 おまけの機能で、ページ読み込み後に自動的に本文までスクロールさせる機能もあります。 以下対応済みサイト ・小説家になろう ・ノクターン ・ハーメルン(HAMELN ) ※ブックマーク(お気に入り)非対応
Informations de Base sur l'Extension
Nom | 小説家になろう非公式キー操作ツール |
ID | gdfpfpjcljhdjdpcaehnfjlafijpeaki |
URL Officiel | https://chromewebstore.google.com/detail/%E5%B0%8F%E8%AA%AC%E5%AE%B6%E3%81%AB%E3%81%AA%E3%82%8D%E3%81%86%E9%9D%9E%E5%85%AC%E5%BC%8F%E3%82%AD%E3%83%BC%E6%93%8D%E4%BD%9C%E3%83%84%E3%83%BC%E3%83%AB/gdfpfpjcljhdjdpcaehnfjlafijpeaki |
Description | 小説家になろう非公式の、キーで各種操作を行うツール |
Taille du Fichier | 7.35 KB |
Nombre d'Installations | 84 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2023-08-25 |
Date de Publication | 2021-06-29 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Starry Bellsound |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/suzunoneseven/narou_key_control |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u5c0f\u8aac\u5bb6\u306b\u306a\u308d\u3046\u975e\u516c\u5f0f\u30ad\u30fc\u64cd\u4f5c\u30c4\u30fc\u30eb", "short_name": "\u306a\u308d\u3046\u64cd\u4f5c", "version": "1.1.1", "description": "\u5c0f\u8aac\u5bb6\u306b\u306a\u308d\u3046\u975e\u516c\u5f0f\u306e\u3001\u30ad\u30fc\u3067\u5404\u7a2e\u64cd\u4f5c\u3092\u884c\u3046\u30c4\u30fc\u30eb", "content_scripts": [ { "matches": [ "https:\/\/ncode.syosetu.com\/*\/*\/", "https:\/\/novel18.syosetu.com\/*\/*\/", "http:\/\/localhost\/chrome\/*\/", "https:\/\/syosetu.org\/novel\/*\/*" ], "js": [ "script.js" ] } ], "options_ui": { "page": "option\/index.html", "open_in_tab": true }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'" } |