NextIcon
Easy-to-use icon creation tool.
Apa itu NextIcon?
NextIcon adalah ekstensi Chrome yang dikembangkan oleh https://nexticon.net, dan fitur utamanya adalah "Easy-to-use icon creation tool.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NextIcon
Unduh file ekstensi NextIcon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | NextIcon |
ID | dapimfcfmkbamlhhkchbaebgmapdjgnl |
URL Resmi | https://chromewebstore.google.com/detail/nexticon/dapimfcfmkbamlhhkchbaebgmapdjgnl |
Deskripsi | Easy-to-use icon creation tool. |
Ukuran File | 5.49 MB |
Jumlah Instalasi | 99 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-02-18 |
Tanggal Publikasi | 2014-02-18 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://nexticon.net |
Tipe Pembayaran | free |
Situs Ekstensi | http://websygen.com |
Bahasa yang Didukung | 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" } } |