hotdogstandify
Bring the beauty of Hot Dog Stand to the web.
Apa itu hotdogstandify?
hotdogstandify adalah ekstensi Chrome yang dikembangkan oleh steverichey, dan fitur utamanya adalah "Bring the beauty of Hot Dog Stand to the web.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi hotdogstandify
Unduh file ekstensi hotdogstandify 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
Informasi Dasar Ekstensi
Nama | hotdogstandify |
ID | ciihagbemefjodlofbklgjdkacpjlmjj |
URL Resmi | https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj |
Deskripsi | Bring the beauty of Hot Dog Stand to the web. |
Ukuran File | 7.07 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2015-05-12 |
Tanggal Publikasi | 2015-05-11 |
Penilaian | 4.33/5 Total 6 Penilaian |
Pengembang | steverichey |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hotdogstandify", "description": "Bring the beauty of Hot Dog Stand to the web.", "version": "0.2.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "hotdogstandify.js" ], "persistent": false }, "browser_action": { "default_icon": "icon_16.png", "default_title": "hotdogstandify!" }, "icons": { "16": "icon_16.png", "32": "icon_32.png" }, "manifest_version": 2 } |