にこけん^p^拡張

にこけん^p^拡張

What is にこけん^p^拡張?

にこけん^p^拡張 is a Chrome extension developed by 特濃, and its main feature is "にこけん^p^拡張".

Extension Screenshots

screenshot

Download にこけん^p^拡張 Extension CRX File

Download にこけん^p^拡張 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

                        ニコニコ動画、ニコニコ生放送などの検索ツールであるにこけん^p^を便利にする拡張です。
ユーザーへのリンクが貼ってあるところににこけん^p^へのリンクを追加します。
にこけん^p^: http://www.nicofind.com

更新履歴
v0.12: 挙動が間違ってたので修正。
v0.11: ユーザページでの挙動を変更。
v0.10: 私用で使っていた物を一般公開。                    

Extension Basic Information

Name にこけん^p^拡張 にこけん^p^拡張
ID cdnagonnnnaaabbikdomoplklgipenlf
Official URL https://chrome.google.com/webstore/detail/%E3%81%AB%E3%81%93%E3%81%91%E3%82%93%EF%BC%BE%EF%BD%90%EF%BC%BE%E6%8B%A1%E5%BC%B5/cdnagonnnnaaabbikdomoplklgipenlf
Description にこけん^p^拡張
File Size 37.55 KB
Installation Count 857
Current Version 0.12
Last Updated 2012-08-30
Publish Date 2012-08-30
Rating 4.36/5 Total 11 Ratings
Developer 特濃
Payment Type free
Extension Website http://www.nicofind.com/
Supported Languages ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery-1.7.2.min.js",
                "nicofind.js"
            ],
            "matches": [
                "http:\/\/*.nicovideo.jp\/*",
                "http:\/\/*.nicovideo.jp\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "\u306b\u3053\u3051\u3093\uff3e\uff50\uff3e\u62e1\u5f35",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "name": "\u306b\u3053\u3051\u3093\uff3e\uff50\uff3e\u62e1\u5f35",
    "permissions": [
        "http:\/\/*.nicovideo.jp\/"
    ],
    "version": "0.12"
}