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 Ivor Potter द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rule of Thirds एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Rule of Thirds Rule of Thirds
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"
    }
}