iPhone to Ugly Duckling
Replaces the text 'iPhone' with 'Ugly Duckling'.
Apa itu iPhone to Ugly Duckling?
iPhone to Ugly Duckling adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Replaces the text 'iPhone' with 'Ugly Duckling'.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi iPhone to Ugly Duckling
Unduh file ekstensi iPhone to Ugly Duckling 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
Chrome extension that reveals the *real* truth behind iPhone.
Informasi Dasar Ekstensi
Nama | iPhone to Ugly Duckling |
ID | cgpplocimkfdamfhajefppoblndbkplk |
URL Resmi | https://chromewebstore.google.com/detail/iphone-to-ugly-duckling/cgpplocimkfdamfhajefppoblndbkplk |
Deskripsi | Replaces the text 'iPhone' with 'Ugly Duckling'. |
Ukuran File | 13.97 KB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2015-06-02 |
Tanggal Publikasi | 2015-06-02 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/eferrao/iPhone-to-Ugly-Duckling |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "iPhone to Ugly Duckling", "short_name": "Ugly Duckling", "description": "Replaces the text 'iPhone' with 'Ugly Duckling'.", "author": "Elizabeth Ferrao", "version": "1.1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |