Aperture

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

Apertureとは何ですか?

ApertureはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Aperture displays beautiful surf photos from selected surf photographers every time you open a new tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Aperture拡張機能のCRXファイルをダウンロード

Aperture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Aperture Aperture
ID mbalpocjjjfefbklicbomlfbhghgcoda
公式URL https://chromewebstore.google.com/detail/aperture/mbalpocjjjfefbklicbomlfbhghgcoda
説明 Aperture displays beautiful surf photos from selected surf photographers every time you open a new tab.
ファイルサイズ 42.22 KB
インストール数 100
現在のバージョン 1.1
最終更新日 2017-08-23
公開日 2017-08-23
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
    ]
}