XOCollage
クソコラを作ろう!
What is XOCollage?
XOCollage is a Chrome extension developed by Maripo GODA, and its main feature is "クソコラを作ろう!".
Extension Screenshots
Download XOCollage Extension CRX File
Download XOCollage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
お好みの画像をあらゆるWebサイト上に配置し、クソコラの作成を楽しむことができます。 画像編集ソフトを使わなくても、キャプチャを撮るだけで簡単にクソコラグランプリに参戦できます。
Extension Basic Information
Name | |
ID | cogmkbbmegiohkpekhmhpoibgpjpccne |
Official URL | https://chrome.google.com/webstore/detail/xocollage/cogmkbbmegiohkpekhmhpoibgpjpccne |
Description | クソコラを作ろう! |
File Size | 159 KB |
Installation Count | 17 |
Current Version | 1.0.1 |
Last Updated | 2014-12-06 |
Publish Date | 2014-12-06 |
Developer | Maripo GODA |
Payment Type | free |
Supported Languages | 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" } } |