Aww

Replaces the new tab page with the cutest gifs from /r/aww

Awwとは何ですか?

AwwはAnuraagによって開発されたChromeの拡張機能で、その主な機能は「Replaces the new tab page with the cutest gifs from /r/aww」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Aww Aww
ID ceojjgdcmdmcpiplcnbbbjfgplhledhj
公式URL https://chrome.google.com/webstore/detail/aww/ceojjgdcmdmcpiplcnbbbjfgplhledhj
説明 Replaces the new tab page with the cutest gifs from /r/aww
ファイルサイズ 77.02 KB
インストール数 17
現在のバージョン 1.1
最終更新日 2017-05-13
公開日 2017-05-13
評価 1.33/5 合計 6 レビュー
開発者 Anuraag
支払い方法 free
拡張機能のウェブサイト http://anuraag.me
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aww",
    "description": "Replaces the new tab page with the cutest gifs from \/r\/aww",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/reddit.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}