ニコニコタグジャンパー

ニコニコで、動画ID(sm○○、nm○○)の含まれるタグを右クリックするとその動画を開くことのできるメニューを追加します。

What is ニコニコタグジャンパー?

ニコニコタグジャンパー is a Chrome extension developed by Syuryo, and its main feature is "ニコニコで、動画ID(sm○○、nm○○)の含まれるタグを右クリックするとその動画を開くことのできるメニューを追加します。".

Extension Screenshots

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

                        ニコニコ動画において、タグにsm○○、nm○○等の動画IDが含まれる場合に、そのIDの動画を開きます。(例:「再うp→sm○○」「次→sm○○」のようなタグ)

※このプラグインはベータ版です。不具合は必ず修正されるものではなく、また利用は自己責任でお願いいたします。

【修正予定の既知のバグ】
・どのサイトでも常時読み込まれる
【想定していない動作】
・IDが複数含まれるタグ

19px*19pxのアイコン募集中です。Twitter(@kiravax)まで。(※謝礼等はございません。)                    

Extension Basic Information

Name ニコニコタグジャンパー ニコニコタグジャンパー
ID eefljcobcafjchbdbejhjhcojojikfjk
Official URL https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E3%83%8B%E3%82%B3%E3%82%BF%E3%82%B0%E3%82%B8%E3%83%A3%E3%83%B3%E3%83%91%E3%83%BC/eefljcobcafjchbdbejhjhcojojikfjk
Description ニコニコで、動画ID(sm○○、nm○○)の含まれるタグを右クリックするとその動画を開くことのできるメニューを追加します。
File Size 3.6 KB
Installation Count 33
Current Version 0.9.1
Last Updated 2017-04-02
Publish Date 2017-04-01
Rating 5.00/5 Total 1 Ratings
Developer Syuryo
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u30cb\u30b3\u30cb\u30b3\u30bf\u30b0\u30b8\u30e3\u30f3\u30d1\u30fc",
    "description": "\u30cb\u30b3\u30cb\u30b3\u3067\u3001\u52d5\u753bID\uff08sm\u25cb\u25cb\u3001nm\u25cb\u25cb\uff09\u306e\u542b\u307e\u308c\u308b\u30bf\u30b0\u3092\u53f3\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u305d\u306e\u52d5\u753b\u3092\u958b\u304f\u3053\u3068\u306e\u3067\u304d\u308b\u30e1\u30cb\u30e5\u30fc\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002",
    "version": "0.9.1",
    "browser_action": [],
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}