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開發的Chrome擴展程式,該擴展的主要功能是“Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.”。
擴展截圖
下載Rule of Thirds擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | kgffnjnbbaoemeedbjbmkcclkpbdfblj |
| 官方網址 | 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"
}
} | |