Prototype
A scratch space for notes, links, reminders, and whatever else you want to keep around.
Что такое Prototype?
Prototype - это расширение Chrome, разработанное nDimensional Studios, и его основная функция - "A scratch space for notes, links, reminders, and whatever else you want to keep around.".
Снимки экрана расширения
Скачать файл CRX расширения Prototype
Скачайте файлы расширений Prototype в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Prototype replaces the new tab page with a self-styling scratchpad. Основная информация о расширении
| Название | |
| ID | mcfikpkmjbdlfjdlmbeodbfkenhpieam |
| Официальный URL | https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam |
| Описание | A scratch space for notes, links, reminders, and whatever else you want to keep around. |
| Размер файла | 673 KB |
| Количество установок | 16 |
| Текущая Версия | 0.4.7 |
| Последнее Обновление | 2019-04-30 |
| Дата публикации | 2019-04-30 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | nDimensional Studios |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/nDimensional/prototype |
| URL страницы помощи | https://github.com/nDimensional/prototype/issues |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Prototype",
"version": "0.4.7",
"description": "A scratch space for notes, links, reminders, and whatever else you want to keep around.",
"author": "Joel Gustafson",
"developer": {
"name": "nDimensional Studios",
"url": "https:\/\/ndimensional.studio\/"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"homepage_url": "https:\/\/github.com\/nDimensional\/prototype",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"96": "icon-96.png",
"128": "icon-128.png",
"192": "icon-192.png"
},
"permissions": [
"storage"
],
"applications": {
"gecko": {
"id": "{4c6d75f6-cdad-4947-aec4-90a071b7fb81}",
"strict_min_version": "66.0"
}
}
} | |