Image File Name Popup
Image file name popup.
Apa itu Image File Name Popup?
Image File Name Popup adalah ekstensi Chrome yang dikembangkan oleh macha, dan fitur utamanya adalah "Image file name popup.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Image File Name Popup
Unduh file ekstensi Image File Name Popup 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
image file name popup. Show pop-up when you place the cursor over the image.
Informasi Dasar Ekstensi
Nama | Image File Name Popup |
ID | ciifjhaiolekjnnekkbnnidegmmcjlca |
URL Resmi | https://chromewebstore.google.com/detail/image-file-name-popup/ciifjhaiolekjnnekkbnnidegmmcjlca |
Deskripsi | Image file name popup. |
Ukuran File | 90.51 KB |
Jumlah Instalasi | 341 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-01-05 |
Tanggal Publikasi | 2015-01-05 |
Penilaian | 4.00/5 Total 6 Penilaian |
Pengembang | macha |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "css": [ "css\/style.css" ], "js": [ "jquery.min.js", "script.js", "js\/TweenMax.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Image file name popup.", "name": "Image File Name Popup", "permissions": [ "background", "tabs" ], "browser_action": { "default_icon": { "19": "pictos\/32.png", "38": "pictos\/128.png" }, "default_title": "Img File Name Popup" }, "background": { "scripts": [ "background.js", "jquery.min.js" ] }, "manifest_version": 2, "version": "1.0" } |