NextIcon
Easy-to-use icon creation tool.
O que é NextIcon?
NextIcon é uma extensão do Chrome desenvolvida por https://nexticon.net, e sua principal característica é "Easy-to-use icon creation tool.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NextIcon
Baixe arquivos de extensão NextIcon 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
Free tool for creation of image icons, powered by amazing Font-Awesome. Live search with preview. Live real-size preview. From 16px to 512 px icon support. RGBA colors for both background and icon. 40 Ambient Backgrouns.
Informações Básicas da Extensão
Nome | NextIcon |
ID | dapimfcfmkbamlhhkchbaebgmapdjgnl |
URL Oficial | https://chromewebstore.google.com/detail/nexticon/dapimfcfmkbamlhhkchbaebgmapdjgnl |
Descrição | Easy-to-use icon creation tool. |
Tamanho do Arquivo | 5.49 MB |
Contagem de Instalações | 99 |
Versão Atual | 1.0 |
Última Atualização | 2014-02-18 |
Data de Publicação | 2014-02-18 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://nexticon.net |
Tipo de Pagamento | free |
Site da Extensão | http://websygen.com |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NextIcon", "version": "1.0", "description": "Easy-to-use icon creation tool.", "icons": { "16": "assets\/NextIcon16.png", "32": "assets\/NextIcon32.png", "48": "assets\/NextIcon48.png", "96": "assets\/NextIcon96-72.png", "128": "assets\/NextIcon128-96.png" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/NextIcon16.png", "assets\/NextIcon32.png", "assets\/NextIcon48.png", "assets\/NextIcon128.png", "assets\/NextIcon128-96.png", "assets\/NextIcon128-96.png", "backgrounds\/am-blue-01.jpg", "backgrounds\/am-blue-01.png", "backgrounds\/am-blue-02.jpg", "backgrounds\/am-blue-02.png", "backgrounds\/am-blue-03.jpg", "backgrounds\/am-blue-03.png", "backgrounds\/am-blue-04.jpg", "backgrounds\/am-blue-04.png", "backgrounds\/am-dark-01.jpg", "backgrounds\/am-dark-01.png", "backgrounds\/am-dark-02.jpg", "backgrounds\/am-dark-02.png", "backgrounds\/am-dark-03.jpg", "backgrounds\/am-dark-03.png", "backgrounds\/am-dark-04.jpg", "backgrounds\/am-dark-04.png", "backgrounds\/am-dark-05.jpg", "backgrounds\/am-dark-05.png", "backgrounds\/am-gold-01.jpg", "backgrounds\/am-gold-01.png", "backgrounds\/am-gold-02.jpg", "backgrounds\/am-gold-02.png", "backgrounds\/am-gold-03.jpg", "backgrounds\/am-gold-03.png", "backgrounds\/am-gold-04.jpg", "backgrounds\/am-gold-04.png", "backgrounds\/am-green-01.jpg", "backgrounds\/am-green-01.png", "backgrounds\/am-green-02.jpg", "backgrounds\/am-green-02.png", "backgrounds\/am-navy-01.jpg", "backgrounds\/am-navy-01.png", "backgrounds\/am-navy-02.jpg", "backgrounds\/am-navy-02.png", "backgrounds\/am-purple-01.jpg", "backgrounds\/am-purple-01.png", "backgrounds\/am-purple-02.jpg", "backgrounds\/am-purple-02.png", "backgrounds\/am-purple-03.jpg", "backgrounds\/am-purple-03.png", "backgrounds\/am-purple-04.jpg", "backgrounds\/am-purple-04.png", "backgrounds\/am-red-01.jpg", "backgrounds\/am-red-01.png", "backgrounds\/am-red-02.jpg", "backgrounds\/am-red-02.png", "backgrounds\/am-red-03.jpg", "backgrounds\/am-red-03.png", "backgrounds\/am-red-04.jpg", "backgrounds\/am-red-04.png", "backgrounds\/am-rose-01.jpg", "backgrounds\/am-rose-01.png", "backgrounds\/am-rose-02.jpg", "backgrounds\/am-rose-02.png", "backgrounds\/am-rose-03.jpg", "backgrounds\/am-rose-03.png", "backgrounds\/am-rose-04.jpg", "backgrounds\/am-rose-04.png", "backgrounds\/am-rose-05.jpg", "backgrounds\/am-rose-05.png", "backgrounds\/am-rose-06.jpg", "backgrounds\/am-rose-06.png", "backgrounds\/grad-green-01.jpg", "backgrounds\/grad-green-01.png", "backgrounds\/grad-rose-01.jpg", "backgrounds\/grad-rose-01.png", "backgrounds\/grad-rose-02.jpg", "backgrounds\/grad-rose-02.png", "backgrounds\/grad-rose-03.jpg", "backgrounds\/grad-rose-03.png", "backgrounds\/grad-sepia-01.jpg", "backgrounds\/grad-sepia-01.png", "backgrounds\/grad-sepia-02.jpg", "backgrounds\/grad-sepia-02.png", "backgrounds\/grad-sepia-03.jpg", "backgrounds\/grad-sepia-03.png", "backgrounds\/grad-sepia-04.jpg", "backgrounds\/grad-sepia-04.png", "scripts\/jq.bootstrap.js", "scripts\/jq.core.js", "scripts\/jq.core.ui.js", "scripts\/jq.filesaver.js", "scripts\/jq.globals.js", "scripts\/jq.plugins.js", "scripts\/jq.popup.js", "scripts\/jq.slider.js", "scripts\/jq.typeahead.js", "scripts\/jq.bootstrap.js", "scripts\/jq.core.js", "scripts\/jq.core.ui.js", "scripts\/jq.filesaver.js", "scripts\/jq.globals.js", "scripts\/jq.plugins.js", "scripts\/jq.popup.js", "scripts\/jq.slider.js", "scripts\/jq.typeahead.js", "styles\/bootstrap.css", "styles\/default.css", "styles\/font-awesome.css", "styles\/plugins.css", "styles\/popup.css", "styles\/font\/FontAwesome.otf", "styles\/font\/fontawesome-webfont.eot", "styles\/font\/fontawesome-webfont.svg", "styles\/font\/fontawesome-webfont.ttf", "styles\/font\/fontawesome-webfont.woff", "styles\/images\/alpha.png", "styles\/images\/am01.jpg", "styles\/images\/hue.png", "styles\/images\/icon-pattern-dark.png", "styles\/images\/icon-pattern.png", "styles\/images\/in-nexticon.png", "styles\/images\/saturation.png", "styles\/images\/ui-close.png", "styles\/images\/ui-maximize.png", "styles\/images\/ui-minimize.png" ], "browser_action": { "default_title": "NextIcon", "default_icon": "icon.png", "default_popup": "popup.html" } } |