Aww New Tab

Bring back the fun

Aww New Tab란 무엇입니까?

Aww New Tab은(는) kevin.guebert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring back the fun"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Aww New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}