Aww
Replaces the new tab page with the cutest gifs from /r/aww
Apa itu Aww?
Aww adalah ekstensi Chrome yang dikembangkan oleh Anuraag, dan fitur utamanya adalah "Replaces the new tab page with the cutest gifs from /r/aww".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Aww
Unduh file ekstensi Aww dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | ceojjgdcmdmcpiplcnbbbjfgplhledhj |
URL Resmi | https://chrome.google.com/webstore/detail/aww/ceojjgdcmdmcpiplcnbbbjfgplhledhj |
Deskripsi | Replaces the new tab page with the cutest gifs from /r/aww |
Ukuran File | 77.02 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-05-13 |
Tanggal Publikasi | 2017-05-13 |
Penilaian | 1.33/5 Total 6 Penilaian |
Pengembang | Anuraag |
Tipe Pembayaran | free |
Situs Ekstensi | http://anuraag.me |
Bahasa yang Didukung | 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" } } |