Rule of Thirds

Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.

¿Qué es Rule of Thirds?

Rule of Thirds es una extensión de Chrome desarrollada por Ivor Potter, y su función principal es "Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Rule of Thirds

Descarga archivos de extensión Rule of Thirds en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Rule of Thirds Rule of Thirds
ID kgffnjnbbaoemeedbjbmkcclkpbdfblj
URL Oficial https://chromewebstore.google.com/detail/rule-of-thirds/kgffnjnbbaoemeedbjbmkcclkpbdfblj
Descripción Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.
Tamaño del Archivo 55.91 KB
Cantidad de Instalaciones 6,102
Versión Actual 1.5
Última Actualización 2014-08-29
Fecha de Publicación 2014-08-29
Calificación 4.37/5 Total de 19 Calificaciones
Desarrollador Ivor Potter
Tipo de Pago free
Idiomas Soportados 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"
    }
}