Code References
Quickly find functions, elements, tags and methods of programming languages.
Что такое Code References?
Code References - это расширение Chrome, разработанное Sep Dev, и его основная функция - "Quickly find functions, elements, tags and methods of programming languages.".
Снимки экрана расширения
Скачать файл CRX расширения Code References
Скачайте файлы расширений Code References в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to quickly find functions, elements, tags and methods of various programming languages in your browser.
Now supported:
HTML Reference;
CSS Reference;
JavaScript Reference;
Python Reference;
JQuery Reference;
Java Reference;
C++ Reference;
Angular JS Reference;
PHP Reference;
XML Reference;
Want more data added? Send the developer a message! Основная информация о расширении
| Название | |
| ID | ghmkcmlnabaafkgdfolkmfjoflalelfd |
| Официальный URL | https://chrome.google.com/webstore/detail/code-references/ghmkcmlnabaafkgdfolkmfjoflalelfd |
| Описание | Quickly find functions, elements, tags and methods of programming languages. |
| Размер файла | 1.98 MB |
| Количество установок | 867 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2017-03-24 |
| Дата публикации | 2017-03-24 |
| Рейтинг | 4.00/5 Всего 4 оценок |
| Разработчик | Sep Dev |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Code References",
"description": "Quickly find functions, elements, tags and methods of programming languages.",
"version": "1.0.1",
"browser_action": {
"default_icon": "assets\/icon_16.png",
"default_popup": "index.html"
},
"icons": {
"16": "assets\/icon_16.png",
"128": "assets\/icon_128.png"
},
"permissions": [
"activeTab"
]
} | |