CSS Generator
Build CSS for Medallia Digital forms!
O que é CSS Generator?
CSS Generator é uma extensão do Chrome desenvolvida por Techie Tribe, e sua principal característica é "Build CSS for Medallia Digital forms!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CSS Generator
Baixe arquivos de extensão CSS Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
[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.
Informações Básicas da Extensão
Nome | CSS Generator |
ID | gkidgfledndnkhapfdbpjjfcfkmefhbp |
URL Oficial | https://chromewebstore.google.com/detail/css-generator/gkidgfledndnkhapfdbpjjfcfkmefhbp |
Descrição | Build CSS for Medallia Digital forms! |
Tamanho do Arquivo | 123 KB |
Contagem de Instalações | 106 |
Versão Atual | 1.8 |
Última Atualização | 2020-02-26 |
Data de Publicação | 2020-02-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Techie Tribe |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [ " |