Marquify
This extension will simulate marquee on a ton of nodes in the current page.
Apa itu Marquify?
Marquify adalah ekstensi Chrome yang dikembangkan oleh cipheos, dan fitur utamanya adalah "This extension will simulate marquee on a ton of nodes in the current page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Marquify
Unduh file ekstensi Marquify 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
This extension will emulate marquee on a ton of nodes in the current page. It's super effective! Disclaimer: Not my problem if your graphics card can't hack it.
Informasi Dasar Ekstensi
Nama | Marquify |
ID | agaphapjjnmojcinpfmadipplnbdbkmp |
URL Resmi | https://chromewebstore.google.com/detail/marquify/agaphapjjnmojcinpfmadipplnbdbkmp |
Deskripsi | This extension will simulate marquee on a ton of nodes in the current page. |
Ukuran File | 41.13 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2016-11-11 |
Tanggal Publikasi | 2016-11-11 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | cipheos |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Marquify", "description": "This extension will simulate marquee on a ton of nodes in the current page.", "version": "2.0", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "64": "images\/icon64.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "64": "images\/icon64.png" }, "default_title": "Marquify" }, "background": { "scripts": [ "javascript\/jquery.min.js", "javascript\/background.js" ] }, "content_scripts": [ { "matches": [ " |