Pretty New Tab

Pretty New Tab improves your browsing experience by embellishing new tabs with photos and quotes.

Pretty New Tabคืออะไร?

Pretty New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://pineappledeveloper.com และคุณลักษณะหลักของมันคือ "Pretty New Tab improves your browsing experience by embellishing new tabs with photos and quotes."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Pretty New Tab is an extension for improving your browsing experience. Each new tab will be filled with a pretty image to remind you of to the beautiful places in the world. All images are subtitled by the photographer's name and whenever possible, the location where the photo was taken. New tabs will also contain the current time as well as a nice greeting. In addtion, new tabs are enriched by a motivational quote which will be updated each day!
If the shown texts do not suit your preferences, you can simply switch them off.

In summary, Pretty New Tab contains the following features:
- Supported languages: English, Deutsch, Español, Français.
- Customize your name which is shown within the greeting.
- Greeting based on current time.
- Random background images containing the photo's location and photographer's name (more than 100 available).
- Customize the time each image is shown.
- Smooth blend effect for switching images.
- Motivational "Quote Of The Day" (currently more than 60 available).
- Make images and your new tab alive by switching on the image's slide animation.
- Make your new tab more personal by changing the text color.
- Switching shown elements on and off for suiting your preferences.

All images used are served by unsplash.com:
"All photos published on Unsplash can be used for free. You can use them for commercial and noncommercial purposes. You do not need to ask permission from or provide credit to the photographer or Unsplash, although it is appreciated when possible." (https://unsplash.com/license)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pretty New Tab Pretty New Tab
ID klhjpenjdichkgmhhjgkonpnahnaeijn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pretty-new-tab/klhjpenjdichkgmhhjgkonpnahnaeijn
คำอธิบาย Pretty New Tab improves your browsing experience by embellishing new tabs with photos and quotes.
ขนาดไฟล์ 165 KB
จำนวนการติดตั้ง 211
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-07-28
วันที่เผยแพร่ 2018-07-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://pineappledeveloper.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.pineappledeveloper.com/en/apps/chrome-extensions/pretty-new-tab/
URL หน้านโยบายความเป็นส่วนตัว http://www.pineappledeveloper.com/de/datenschutz
ภาษาที่รองรับ de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortname__",
    "description": "__MSG_extDescription__",
    "author": "Johannes Schuh, Pineapple Developer",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "newtab\/index.min.html"
    },
    "background": {
        "scripts": [
            "background\/background.min.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/popup.min.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}