8 Pixel Grid Reference
A quick reference to increments of 8.
Что такое 8 Pixel Grid Reference?
8 Pixel Grid Reference - это расширение Chrome, разработанное Spencer Everett, и его основная функция - "A quick reference to increments of 8.".
Снимки экрана расширения
Скачать файл CRX расширения 8 Pixel Grid Reference
Скачайте файлы расширений 8 Pixel Grid Reference в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension was created for designers and developers who use the 8-point grid system in their work. The extension offers a quick reference to increments of 8. Основная информация о расширении
| Название | |
| ID | hajjjkpjlanimlnkmfffpodokjahhnnd |
| Официальный URL | https://chromewebstore.google.com/detail/8-pixel-grid-reference/hajjjkpjlanimlnkmfffpodokjahhnnd |
| Описание | A quick reference to increments of 8. |
| Размер файла | 13.1 KB |
| Количество установок | 42 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2021-03-01 |
| Дата публикации | 2021-01-10 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | Spencer Everett |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "8 Pixel Grid Reference",
"version": "1.2",
"description": "A quick reference to increments of 8.",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/get_started16.png",
"32": "images\/get_started32.png",
"48": "images\/get_started48.png",
"128": "images\/get_started128.png"
}
},
"icons": {
"16": "images\/get_started16.png",
"32": "images\/get_started32.png",
"48": "images\/get_started48.png",
"128": "images\/get_started128.png"
},
"manifest_version": 2
} | |