Fantasy Code Snippets
This extension is a front-end developer tool which has a code snippets for most of the front-end development languages.
Что такое Fantasy Code Snippets?
Fantasy Code Snippets - это расширение Chrome, разработанное Emad Zedan, и его основная функция - "This extension is a front-end developer tool which has a code snippets for most of the front-end development languages.".
Снимки экрана расширения
Скачать файл CRX расширения Fantasy Code Snippets
Скачайте файлы расширений Fantasy Code Snippets в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension is in continues update keep updating your extensions to see the final version on your chrome. Languages And Softwares Contained: 1- Adobe Flash Action Script 3.0 2- JQuery 3- JQuery UI 4- JavaScript 5- CSS 6- HTML And HTML5 7- Adobe Edge Animate
Основная информация о расширении
Название | Fantasy Code Snippets |
ID | eocmgmelljnbnfphffjdjmgogakgmkno |
Официальный URL | https://chromewebstore.google.com/detail/fantasy-code-snippets/eocmgmelljnbnfphffjdjmgogakgmkno |
Описание | This extension is a front-end developer tool which has a code snippets for most of the front-end development languages. |
Размер файла | 113 KB |
Количество установок | 72 |
Текущая Версия | 1.6.3 |
Последнее Обновление | 2014-01-27 |
Дата публикации | 2014-01-27 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Emad Zedan |
Тип оплаты | free |
Официальный сайт расширения | http://www.emadzedan.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fantasy Code Snippets", "description": "This extension is a front-end developer tool which has a code snippets for most of the front-end development languages.", "version": "1.6.3", "browser_action": { "default_icon": "Images\/icon.png", "default_popup": "index.html" }, "permissions": [ "http:\/\/www.emadzedan.com\/" ] } |