Rule of Thirds
Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.
Что такое Rule of Thirds?
Rule of Thirds - это расширение Chrome, разработанное Ivor Potter, и его основная функция - "Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.".
Снимки экрана расширения
Скачать файл CRX расширения Rule of Thirds
Скачайте файлы расширений Rule of Thirds в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The is a simple extension to apply a 3 x 3 grid over any images found on a web page which are larger than 100px x 50px. The purpose of the grid is to help photographers visualise the Rule of Thirds.
By displaying the grid over the image it is very simple to identify if a photograph's main focal points comply with the Rule of Thirds or not.
v1.5 - 29 August 2014
* Ignore images with "display: none" styles
* Fix circles on intersection points so they are drawn fully Основная информация о расширении
| Название | |
| ID | kgffnjnbbaoemeedbjbmkcclkpbdfblj |
| Официальный URL | https://chromewebstore.google.com/detail/rule-of-thirds/kgffnjnbbaoemeedbjbmkcclkpbdfblj |
| Описание | Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds. |
| Размер файла | 55.91 KB |
| Количество установок | 6,102 |
| Текущая Версия | 1.5 |
| Последнее Обновление | 2014-08-29 |
| Дата публикации | 2014-08-29 |
| Рейтинг | 4.37/5 Всего 19 оценок |
| Разработчик | Ivor Potter |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Rule of Thirds",
"description": "Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.",
"version": "1.5",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
},
"name": "Rule of Thirds"
}
} | |