Prism 2 Beauty
Shows in better way the information in your timesheet
Apa itu Prism 2 Beauty?
Prism 2 Beauty adalah ekstensi Chrome yang dikembangkan oleh Rolando Q, dan fitur utamanya adalah "Shows in better way the information in your timesheet".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Prism 2 Beauty
Unduh file ekstensi Prism 2 Beauty 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
Shows in better way the information in your timesheet + Performance increase
Informasi Dasar Ekstensi
Nama | |
ID | hgjoccdpfjdelccakcmlefpnkljappac |
URL Resmi | https://chromewebstore.google.com/detail/prism-2-beauty/hgjoccdpfjdelccakcmlefpnkljappac |
Deskripsi | Shows in better way the information in your timesheet |
Ukuran File | 58.76 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.1.4 |
Terakhir Diperbarui | 2016-02-26 |
Tanggal Publikasi | 2016-02-26 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | Rolando Q |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prism 2 Beauty", "short_name": "Prism2Beauty", "description": "Shows in better way the information in your timesheet", "icons": { "16": "beauty.png", "24": "beauty.png", "48": "beauty.png", "128": "beauty.png", "19": "beauty.png", "38": "beauty.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "jquery.js", "app.js", "vcheck.js" ], "all_frames": true, "runAt": "document_end" } ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "notifications", " |