Aww
Replaces the new tab page with the cutest gifs from /r/aww
Vad är Aww?
Aww är en Chrome-tillägg utvecklad av Anuraag, och dess huvudfunktion är "Replaces the new tab page with the cutest gifs from /r/aww".
Tilläggsskärmbilder
Ladda ner Aww-förlängningens CRX-fil
Ladda ner Aww-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | ceojjgdcmdmcpiplcnbbbjfgplhledhj |
Officiell webbadress | https://chrome.google.com/webstore/detail/aww/ceojjgdcmdmcpiplcnbbbjfgplhledhj |
Beskrivning | Replaces the new tab page with the cutest gifs from /r/aww |
Filstorlek | 77.02 KB |
Antal Installationer | 17 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-05-13 |
Publiceringsdatum | 2017-05-13 |
Betyg | 1.33/5 Totalt 6 Betyg |
Utvecklare | Anuraag |
Betalningssätt | free |
Tilläggswebbplats | http://anuraag.me |
Stödda Språk | 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" } } |