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 |
| 公式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"
}
} | |