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 là gì?

Rule of Thirds là một tiện ích mở rộng Chrome được phát triển bởi Ivor Potter, và tính năng chính của nó là "Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rule of Thirds

Tải xuống các tệp mở rộng Rule of Thirds dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rule of Thirds Rule of Thirds
ID kgffnjnbbaoemeedbjbmkcclkpbdfblj
URL Chính Thức https://chromewebstore.google.com/detail/rule-of-thirds/kgffnjnbbaoemeedbjbmkcclkpbdfblj
Mô tả Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.
Kích Thước Tệp 55.91 KB
Số Lần Cài Đặt 6,102
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2014-08-29
Ngày Phát Hành 2014-08-29
Đánh Giá 4.37/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Ivor Potter
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}