Rule of Thirds
Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.
Apa itu Rule of Thirds?
Rule of Thirds adalah ekstensi Chrome yang dikembangkan oleh Ivor Potter, dan fitur utamanya adalah "Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rule of Thirds
Unduh file ekstensi Rule of Thirds dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Rule of Thirds |
ID | kgffnjnbbaoemeedbjbmkcclkpbdfblj |
URL Resmi | https://chromewebstore.google.com/detail/rule-of-thirds/kgffnjnbbaoemeedbjbmkcclkpbdfblj |
Deskripsi | Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds. |
Ukuran File | 55.91 KB |
Jumlah Instalasi | 6,102 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2014-08-29 |
Tanggal Publikasi | 2014-08-29 |
Penilaian | 4.37/5 Total 19 Penilaian |
Pengembang | Ivor Potter |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |