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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ivor Potter, και η κύρια λειτουργία του είναι "Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Rule of Thirds
Λήψη αρχείων επέκτασης Rule of Thirds σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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" } } |