Aww New Tab

Bring back the fun

Aww New Tab क्या है?

Aww New Tab kevin.guebert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring back the fun"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Aww New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Welcome to Aww New Tab!

Aww New Tab is an exciting and fun alternative to your new tab here in Chrome. Built off of Giphy and Unsplash, you have the ability to choose between gifs or beautiful images! 

For Giphy - input some of your favorite tags and get a random gif tagged that way. Whether it is kittens, corgis, space exploration, or The Office, every new tab will feature an exciting random gif!

For Unsplash - one of the largest free image resources on the internet, view a beautiful image on every new tab. Want to know more about the image? Click on the links in the bottom left for the author, location, or link to the image!

Features:
-Sharing, finally! In the top right corner, hover over the share icon to copy, download, or open in a new tab!
-Work mode: Boss about to walk by? About to give a presentation? Maybe enable work mode which will limit your new tab to just images from Unsplash

------
Updates
Version 0.0.3.3: Didn't like Aww New Tab? Share your feedback!
Version 0.0.3.2: Removing the "Share Icon" and hover ability - now just buttons in the top left for quicker access
Version 0.0.3.5: Removing Unsplash Download to comply with API Changes                    

एक्सटेंशन की मूल जानकारी

नाम Aww New Tab Aww New Tab
ID imjpmelkeecfmlnnbobmneokhnamegpd
आधिकारिक URL https://chromewebstore.google.com/detail/aww-new-tab/imjpmelkeecfmlnnbobmneokhnamegpd
विवरण Bring back the fun
फ़ाइल का आकार 6.67 MB
स्थापना संख्या 161
वर्तमान संस्करण 0.0.3.5
अंतिम अपडेट 2018-05-07
प्रकाशन तिथि 2018-05-07
रेटिंग 4.29/5 कुल 14 रेटिंग्स
डेवलपर kevin.guebert
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://awwnewtab.com
सहायता पृष्ठ URL http://awwnewtab.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aww New Tab",
    "short_name": "Aww New Tab",
    "description": "Bring back the fun",
    "version": "0.0.3.5",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "icons": {
        "128": "aw_new_tab.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "webRequest",
        "http:\/\/api.giphy.com\/v1\/gifs\/*"
    ]
}