Rule of Thirds

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

O que é Rule of Thirds?

Rule of Thirds é uma extensão do Chrome desenvolvida por Ivor Potter, e sua principal característica é "Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rule of Thirds

Baixe arquivos de extensão Rule of Thirds no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Rule of Thirds Rule of Thirds
ID kgffnjnbbaoemeedbjbmkcclkpbdfblj
URL Oficial https://chromewebstore.google.com/detail/rule-of-thirds/kgffnjnbbaoemeedbjbmkcclkpbdfblj
Descrição Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.
Tamanho do Arquivo 55.91 KB
Contagem de Instalações 6,102
Versão Atual 1.5
Última Atualização 2014-08-29
Data de Publicação 2014-08-29
Classificação 4.37/5 Total de 19 Avaliações
Desenvolvedor Ivor Potter
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}