ニコニコ動画 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.」です。
拡張機能のスクリーンショット
ニコニコ動画 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 |
ID | khglcidcgogfgjmobbgapfobkplbhcgg |
公式URL | 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 |
Eメール | [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" ] } |