Ratio Calculator
A extension to help you calculate aspect ratio
What is Ratio Calculator?
Ratio Calculator is a Chrome extension developed by https://samuelmesquita.com.br, and its main feature is "A extension to help you calculate aspect ratio".
Extension Screenshots
Download Ratio Calculator Extension CRX File
Download Ratio Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Ratio Calculator |
ID | aogpaijoplandfcggdmkobmpalbkeicm |
Official URL | https://chromewebstore.google.com/detail/ratio-calculator/aogpaijoplandfcggdmkobmpalbkeicm |
Description | A extension to help you calculate aspect ratio |
File Size | 13.36 KB |
Installation Count | 323 |
Current Version | 1.0.0 |
Last Updated | 2012-12-17 |
Publish Date | 2012-12-17 |
Rating | 4.40/5 Total 5 Ratings |
Developer | https://samuelmesquita.com.br |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ratio Calculator", "version": "1.0.0", "manifest_version": 2, "description": "A extension to help you calculate aspect ratio", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_title": "Ratio Calculator", "default_popup": "popup.html" }, "permissions": [] } |