Rule of Thirds
Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.
Co to jest Rule of Thirds?
Rule of Thirds to rozszerzenie Chrome opracowane przez Ivor Potter, a jego główną funkcją jest „Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rule of Thirds
Pobierz pliki rozszerzeń Rule of Thirds w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kgffnjnbbaoemeedbjbmkcclkpbdfblj |
| Oficjalny URL | https://chromewebstore.google.com/detail/rule-of-thirds/kgffnjnbbaoemeedbjbmkcclkpbdfblj |
| Opis | Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds. |
| Rozmiar pliku | 55.91 KB |
| Liczba instalacji | 6,102 |
| Aktualna Wersja | 1.5 |
| Ostatnia Aktualizacja | 2014-08-29 |
| Data Publikacji | 2014-08-29 |
| Ocena | 4.37/5 Łącznie 19 Oceny |
| Deweloper | Ivor Potter |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |