Prism 2 Beauty
Shows in better way the information in your timesheet
Co to jest Prism 2 Beauty?
Prism 2 Beauty to rozszerzenie Chrome opracowane przez Rolando Q, a jego główną funkcją jest „Shows in better way the information in your timesheet”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Prism 2 Beauty
Pobierz pliki rozszerzeń Prism 2 Beauty w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Shows in better way the information in your timesheet + Performance increase
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hgjoccdpfjdelccakcmlefpnkljappac |
Oficjalny URL | https://chromewebstore.google.com/detail/prism-2-beauty/hgjoccdpfjdelccakcmlefpnkljappac |
Opis | Shows in better way the information in your timesheet |
Rozmiar pliku | 58.76 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.1.4 |
Ostatnia Aktualizacja | 2016-02-26 |
Data Publikacji | 2016-02-26 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | Rolando Q |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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", " |