Aperture

Aperture displays beautiful surf photos from selected surf photographers every time you open a new tab.

What is Aperture?

Aperture is a Chrome extension developed by Unknown, and its main feature is "Aperture displays beautiful surf photos from selected surf photographers every time you open a new tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Aperture Extension CRX File

Download Aperture 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

                        Aperture displays beautiful surf photos from selected surf photographers every time you open a new tab.                    

Extension Basic Information

Name Aperture Aperture
ID mbalpocjjjfefbklicbomlfbhghgcoda
Official URL https://chromewebstore.google.com/detail/aperture/mbalpocjjjfefbklicbomlfbhghgcoda
Description Aperture displays beautiful surf photos from selected surf photographers every time you open a new tab.
File Size 42.22 KB
Installation Count 100
Current Version 1.1
Last Updated 2017-08-23
Publish Date 2017-08-23
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aperture",
    "version": "1.1",
    "description": "Aperture displays beautiful surf photos from selected surf photographers every time you open a new tab.",
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "icons": {
        "16": "img\/icon.png",
        "32": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "activeTab"
    ]
}