Aww New Tab

Bring back the fun

Aww New Tabคืออะไร?

Aww New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevin.guebert และคุณลักษณะหลักของมันคือ "Bring back the fun"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aww New Tab

ดาวน์โหลดไฟล์ส่วนขยาย Aww New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}