Classic Magic 8 Ball
Shake the magic ball to get the answer to your question
Apa itu Classic Magic 8 Ball?
Classic Magic 8 Ball adalah ekstensi Chrome yang dikembangkan oleh Nicolas Grillet, dan fitur utamanya adalah "Shake the magic ball to get the answer to your question".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Classic Magic 8 Ball
Unduh file ekstensi Classic Magic 8 Ball 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
Shake the magic ball to get the answer to your question. This is magic !
Informasi Dasar Ekstensi
Nama | |
ID | oagapidejjnknjddmhckmfaiijgaplbe |
URL Resmi | https://chrome.google.com/webstore/detail/classic-magic-8-ball/oagapidejjnknjddmhckmfaiijgaplbe |
Deskripsi | Shake the magic ball to get the answer to your question |
Ukuran File | 653 KB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2017-04-06 |
Tanggal Publikasi | 2017-04-06 |
Penilaian | 3.67/5 Total 6 Penilaian |
Pengembang | Nicolas Grillet |
[email protected] | |
Tipe Pembayaran | in_store |
Bahasa yang Didukung | de,en,fr,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "0.0.7", "manifest_version": 2, "description": "__MSG_desc__", "homepage_url": "http:\/\/www.codnex.net", "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "offline_enabled": true, "author": "Nicoss01", "default_locale": "en", "browser_action": { "default_icon": "icons\/logo32.png", "default_title": "Shake my ball", "default_popup": "src\/page_action\/tb.html" }, "short_name": "Classic Magic 8 Ball", "permissions": [ "tabs" ] } |