XOCollage
クソコラを作ろう!
Apa itu XOCollage?
XOCollage adalah ekstensi Chrome yang dikembangkan oleh Maripo GODA, dan fitur utamanya adalah "クソコラを作ろう!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi XOCollage
Unduh file ekstensi XOCollage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
お好みの画像をあらゆるWebサイト上に配置し、クソコラの作成を楽しむことができます。 画像編集ソフトを使わなくても、キャプチャを撮るだけで簡単にクソコラグランプリに参戦できます。
Informasi Dasar Ekstensi
Nama | |
ID | cogmkbbmegiohkpekhmhpoibgpjpccne |
URL Resmi | https://chrome.google.com/webstore/detail/xocollage/cogmkbbmegiohkpekhmhpoibgpjpccne |
Deskripsi | クソコラを作ろう! |
Ukuran File | 159 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2014-12-06 |
Tanggal Publikasi | 2014-12-06 |
Pengembang | Maripo GODA |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |