ニコニコ動画 Link Opener

A simple extension to open ニコニコ動画's ID link or search videos quicker.

什麼是ニコニコ動画 Link Opener?

ニコニコ動画 Link Opener是由Andrew Timothy開發的Chrome擴展程式,該擴展的主要功能是“A simple extension to open ニコニコ動画's ID link or search videos quicker.”。

擴展截圖

screenshot

下載ニコニコ動画 Link Opener擴展crx文件

下載ニコニコ動画 Link Opener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        NicoNico Douga Link Opener
---
This extension helps a NicoNico Douga fan to open an unlinked NicoNico Douga video by its ID quickly. It also can search NicoNico Douga video by inputting a keyword.

Context menu is also provided as the shortcut to the extension's features.

Updated to manifest v2                    

擴展基本資訊

名稱 ニコニコ動画 Link Opener ニコニコ動画 Link Opener
ID khglcidcgogfgjmobbgapfobkplbhcgg
官方網址 https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E3%83%8B%E3%82%B3%E5%8B%95%E7%94%BB-link-opener/khglcidcgogfgjmobbgapfobkplbhcgg
簡介 A simple extension to open ニコニコ動画's ID link or search videos quicker.
檔案大小 22.81 KB
安裝次數 892
目前版本 1.0.1.2
更新時間 2013-06-15
上架時間 2013-06-15
評分 4.50/5 共 2 次評分
開發者 Andrew Timothy
電子郵箱 [email protected]
付費類型 free
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.1.2",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}