ニコニコ動画 Link Opener
A simple extension to open ニコニコ動画's ID link or search videos quicker.
Qu'est-ce que ニコニコ動画 Link Opener ?
ニコニコ動画 Link Opener est une extension Chrome développée par Andrew Timothy, et sa fonction principale est "A simple extension to open ニコニコ動画's ID link or search videos quicker.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ニコニコ動画 Link Opener
Téléchargez les fichiers d'extension ニコニコ動画 Link Opener 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
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
Informations de Base sur l'Extension
Nom | ニコニコ動画 Link Opener |
ID | khglcidcgogfgjmobbgapfobkplbhcgg |
URL Officiel | 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 |
Description | A simple extension to open ニコニコ動画's ID link or search videos quicker. |
Taille du Fichier | 22.81 KB |
Nombre d'Installations | 892 |
Version Actuelle | 1.0.1.2 |
Dernière Mise à Jour | 2013-06-15 |
Date de Publication | 2013-06-15 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Andrew Timothy |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |