NextIcon
Easy-to-use icon creation tool.
What is NextIcon?
NextIcon is a Chrome extension developed by https://nexticon.net, and its main feature is "Easy-to-use icon creation tool.".
Extension Screenshots
Download NextIcon Extension CRX File
Download NextIcon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NextIcon |
ID | dapimfcfmkbamlhhkchbaebgmapdjgnl |
Official URL | https://chromewebstore.google.com/detail/nexticon/dapimfcfmkbamlhhkchbaebgmapdjgnl |
Description | Easy-to-use icon creation tool. |
File Size | 5.49 MB |
Installation Count | 99 |
Current Version | 1.0 |
Last Updated | 2014-02-18 |
Publish Date | 2014-02-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://nexticon.net |
Payment Type | free |
Extension Website | http://websygen.com |
Supported Languages | 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" } } |