ComeIkki
今見ているサイトの米(コメント)をニコニコ動画風に表示します
Wat is ComeIkki?
ComeIkki is een Chrome-extensie ontwikkeld door ayakix, en de belangrijkste functie is "今見ているサイトの米(コメント)をニコニコ動画風に表示します".
Extensie Screenshots
Download het CRX-bestand van de extensie ComeIkki
Download ComeIkki-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
今見ているサイトの米(コメント)をニコニコ動画風に表示するChrome拡張です。
Basisinformatie over de Extensie
Naam | ComeIkki |
ID | mdbfidhoepneninckbcmpcfafmfjaleo |
Officiële URL | https://chromewebstore.google.com/detail/comeikki/mdbfidhoepneninckbcmpcfafmfjaleo |
Beschrijving | 今見ているサイトの米(コメント)をニコニコ動画風に表示します |
Bestandsgrootte | 102 KB |
Aantal Installaties | 148 |
Huidige Versie | 0.4.1 |
Laatst Bijgewerkt | 2013-11-09 |
Publicatiedatum | 2013-11-08 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | ayakix |
Betalingswijze | free |
Extensiewebsite | http://obarasu.com/komeikki |
Help Pagina-URL | http://obarasu.com/komeikki |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ComeIkki", "version": "0.4.1", "manifest_version": 2, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "description": "\u4eca\u898b\u3066\u3044\u308b\u30b5\u30a4\u30c8\u306e\u7c73\uff08\u30b3\u30e1\u30f3\u30c8\uff09\u3092\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u98a8\u306b\u8868\u793a\u3057\u307e\u3059", "permissions": [ "tabs", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "lib\/jquery-2.0.2.min.map" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [], "js": [ "lib\/jquery-2.0.2.min.js", "myapp.js" ], "run_at": "document_end", "all_frames": false } ] } |