XOCollage
クソコラを作ろう!
Wat is XOCollage?
XOCollage is een Chrome-extensie ontwikkeld door Maripo GODA, en de belangrijkste functie is "クソコラを作ろう!".
Extensie Screenshots
Download het CRX-bestand van de extensie XOCollage
Download XOCollage-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
お好みの画像をあらゆるWebサイト上に配置し、クソコラの作成を楽しむことができます。 画像編集ソフトを使わなくても、キャプチャを撮るだけで簡単にクソコラグランプリに参戦できます。
Basisinformatie over de Extensie
Naam | |
ID | cogmkbbmegiohkpekhmhpoibgpjpccne |
Officiële URL | https://chrome.google.com/webstore/detail/xocollage/cogmkbbmegiohkpekhmhpoibgpjpccne |
Beschrijving | クソコラを作ろう! |
Bestandsgrootte | 159 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2014-12-06 |
Publicatiedatum | 2014-12-06 |
Ontwikkelaar | Maripo GODA |
Betalingswijze | free |
Ondersteunde Talen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.1", "description": "__MSG_extDescription__", "default_locale": "ja", "browser_action": { "default_title": "XOCollage", "default_icon": "icon128.png", "default_popup": "html\/popup.html" }, "background": [], "options_page": "html\/pref.html", "web_accessible_resources": [ "img\/*", "css\/*", "html\/image_loader.html" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/scriptaculous\/prototype.js", "src\/scriptaculous\/effects.js", "src\/scriptaculous\/dragdrop.js", "src\/xoc.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "contextMenus", "tabs", "unlimitedStorage", "background" ], "icons": { "128": "icon128.png", "48": "icon48.png", "32": "icon32.png" } } |