CSS Generator
Build CSS for Medallia Digital forms!
Co to jest CSS Generator?
CSS Generator to rozszerzenie Chrome opracowane przez Techie Tribe, a jego główną funkcją jest „Build CSS for Medallia Digital forms!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CSS Generator
Pobierz pliki rozszerzeń CSS Generator 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
[08/19/2019] : Has a link to app css generator!
Fixed bugs with scale and made the whole css more responsive!
[05/03/2019] : Few minor bug fixes
[04/01/2019] : The generator will work on all websites now! Make sure to open the survey before starting the extension.
This extension will help you create CSS for Digital Forms. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gkidgfledndnkhapfdbpjjfcfkmefhbp |
| Oficjalny URL | https://chromewebstore.google.com/detail/css-generator/gkidgfledndnkhapfdbpjjfcfkmefhbp |
| Opis | Build CSS for Medallia Digital forms! |
| Rozmiar pliku | 123 KB |
| Liczba instalacji | 106 |
| Aktualna Wersja | 1.8 |
| Ostatnia Aktualizacja | 2020-02-26 |
| Data Publikacji | 2020-02-26 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Techie Tribe |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CSS Generator",
"version": "1.8",
"description": "Build CSS for Medallia Digital forms!",
"permissions": [
"activeTab",
"declarativeContent",
"storage",
"downloads"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_page": "options.html",
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/get_started16.png",
"32": "images\/get_started32.png",
"48": "images\/get_started48.png",
"128": "images\/get_started128.png"
}
},
"icons": {
"16": "images\/get_started16.png",
"32": "images\/get_started32.png",
"48": "images\/get_started48.png",
"128": "images\/get_started128.png"
},
"content_scripts": [
{
"matches": [
" | |