Grid Ruler
Create grids and measure their distance easily.
Что такое Grid Ruler?
Grid Ruler - это расширение Chrome, разработанное tgohn, и его основная функция - "Create grids and measure their distance easily.".
Снимки экрана расширения
Скачать файл CRX расширения Grid Ruler
Скачайте файлы расширений Grid Ruler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
It allow you to creates vertical and horizontal grids, Photoshop style.
It has a ruler to measure distance between your grids too.
#How to use:
- drag from main vertical/horizontal ruler to create grids.
- click on intersection of vertical ruler and horizontal ruler to go into ruler mode.
- while in ruler mode, hold key to get a straight line. Основная информация о расширении
| Название | |
| ID | joadogiaiabhmggdifljlpkclnpfncmj |
| Официальный URL | https://chromewebstore.google.com/detail/grid-ruler/joadogiaiabhmggdifljlpkclnpfncmj |
| Описание | Create grids and measure their distance easily. |
| Размер файла | 283 KB |
| Количество установок | 176,516 |
| Текущая Версия | 0.2.1 |
| Последнее Обновление | 2014-04-15 |
| Дата публикации | 2014-04-15 |
| Рейтинг | 3.73/5 Всего 323 оценок |
| Разработчик | tgohn |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/tgohn/chrome-ruler |
| URL страницы помощи | https://github.com/tgohn/chrome-ruler/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Grid Ruler",
"version": "0.2.1",
"description": "Create grids and measure their distance easily.",
"icons": {
"16": "assets\/icon_16.png",
"48": "assets\/icon_48.png",
"128": "assets\/icon_128.png"
},
"browser_action": {
"default_icon": {
"19": "assets\/icon_19.png",
"38": "assets\/icon_38.png"
},
"default_title": "Grid Ruler"
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
".\/src\/chrome\/background.js"
],
"persistent": false
}
} | |