Aww
Replaces the new tab page with the cutest gifs from /r/aww
Aww क्या है?
Aww Anuraag द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the new tab page with the cutest gifs from /r/aww"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Aww एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |