Codebox Button for GitHub
This extension adds a button to GitHub that lets you edit your projects directly in Codebox
Что такое Codebox Button for GitHub?
Codebox Button for GitHub - это расширение Chrome, разработанное https://www.codebox.io, и его основная функция - "This extension adds a button to GitHub that lets you edit your projects directly in Codebox".
Снимки экрана расширения
Скачать файл CRX расширения Codebox Button for GitHub
Скачайте файлы расширений Codebox Button for GitHub в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension lets you open GitHub projects in the most powerful cloud IDE. Основная информация о расширении
| Название | |
| ID | elpfkjfgdbilpjldpbhdbdpaidobnjbg |
| Официальный URL | https://chromewebstore.google.com/detail/codebox-button-for-github/elpfkjfgdbilpjldpbhdbdpaidobnjbg |
| Описание | This extension adds a button to GitHub that lets you edit your projects directly in Codebox |
| Размер файла | 11.74 KB |
| Количество установок | 89 |
| Текущая Версия | 1 |
| Последнее Обновление | 2014-03-25 |
| Дата публикации | 2014-03-25 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | https://www.codebox.io |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.codebox.io |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Codebox Button for GitHub",
"description": "This extension adds a button to GitHub that lets you edit your projects directly in Codebox",
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"github.js"
],
"matches": [
"https:\/\/github.com\/*"
]
}
],
"icons": {
"128": "icons\/128.png"
},
"manifest_version": 2,
"version": "1"
} | |