NextIcon
Easy-to-use icon creation tool.
Qu'est-ce que NextIcon ?
NextIcon est une extension Chrome développée par https://nexticon.net, et sa fonction principale est "Easy-to-use icon creation tool.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NextIcon
Téléchargez les fichiers d'extension NextIcon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | NextIcon |
ID | dapimfcfmkbamlhhkchbaebgmapdjgnl |
URL Officiel | https://chromewebstore.google.com/detail/nexticon/dapimfcfmkbamlhhkchbaebgmapdjgnl |
Description | Easy-to-use icon creation tool. |
Taille du Fichier | 5.49 MB |
Nombre d'Installations | 99 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-02-18 |
Date de Publication | 2014-02-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://nexticon.net |
Type de Paiement | free |
Site Web de l'Extension | http://websygen.com |
Langues Prises en Charge | 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" } } |