ニコニコ動画 Link Opener
A simple extension to open ニコニコ動画's ID link or search videos quicker.
Vad är ニコニコ動画 Link Opener?
ニコニコ動画 Link Opener är en Chrome-tillägg utvecklad av Andrew Timothy, och dess huvudfunktion är "A simple extension to open ニコニコ動画's ID link or search videos quicker.".
Tilläggsskärmbilder
Ladda ner ニコニコ動画 Link Opener-förlängningens CRX-fil
Ladda ner ニコニコ動画 Link Opener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | khglcidcgogfgjmobbgapfobkplbhcgg |
| Officiell webbadress | 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 |
| Beskrivning | A simple extension to open ニコニコ動画's ID link or search videos quicker. |
| Filstorlek | 22.81 KB |
| Antal Installationer | 892 |
| Aktuell Version | 1.0.1.2 |
| Senast Uppdaterad | 2013-06-15 |
| Publiceringsdatum | 2013-06-15 |
| Betyg | 4.50/5 Totalt 2 Betyg |
| Utvecklare | Andrew Timothy |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |