Prism 2 Beauty
Shows in better way the information in your timesheet
Cos'è Prism 2 Beauty?
Prism 2 Beauty è un'estensione di Chrome sviluppata da Rolando Q, e la sua funzione principale è "Shows in better way the information in your timesheet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Prism 2 Beauty
Scarica i file di estensione Prism 2 Beauty in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Shows in better way the information in your timesheet + Performance increase
Informazioni di Base sull'Estensione
Nome | |
ID | hgjoccdpfjdelccakcmlefpnkljappac |
URL Ufficiale | https://chromewebstore.google.com/detail/prism-2-beauty/hgjoccdpfjdelccakcmlefpnkljappac |
Descrizione | Shows in better way the information in your timesheet |
Dimensione del File | 58.76 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.1.4 |
Ultimo Aggiornamento | 2016-02-26 |
Data di Pubblicazione | 2016-02-26 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Rolando Q |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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", " |