New Tab Theme Buddy

New Tab Theme Buddy enhances your browser experience. Choose your theme and personalised greeting, new wallpapers every 24 hours.

New Tab Theme Buddyคืออะไร?

New Tab Theme Buddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://searchworm.com และคุณลักษณะหลักของมันคือ "New Tab Theme Buddy enhances your browser experience. Choose your theme and personalised greeting, new wallpapers every 24 hours."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        New Tab Theme Buddy enhances your new tab experience. Choose your theme and personalized greeting with new wallpapers every 24 hours to bring life to your Google Chrome™ browser.

You can also select your favorite websites as custom shortcuts for quick access. New Tab Theme Buddy will also use Bing.com to provide your Newtab Search with the best search results from around the web.

Using the settings function, you can select your theme, add your name for personalized greetings and also update the phrases used for morning, afternoon and evening greetings. It will also automatically display the date and day for quick reference. 

Features Overview:
★ Full HD wallpapers, with many themes to choose from.
★ Personalized greetings using your name.
★ Date and day displayed automatically.
★ Ability to customize your morning, afternoon and evening greetings.
★ Standard search function.
★ Customization of shortcuts.

Some wallpaper theme options for your new tab include:
★ Nature
★ Dogs
★ Cats
★ Neon - NEW
★ Vegas Vibes - NEW
★ Plus many more popular categories!
 
Wallpapers powered & licensed by https://unsplash.com/

By clicking "Add to Chrome", I accept and agree to installing the New Tab Theme Buddy extension. I also agree to the Privacy Policy and Terms of Use.

http://www.searchworm.com/index.php/privacy-policy/
http://www.searchworm.com/index.php/terms/                    

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

ชื่อ New Tab Theme Buddy New Tab Theme Buddy
ID akpnklohaahjeokmddmlhpogmbplcfpj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/new-tab-theme-buddy/akpnklohaahjeokmddmlhpogmbplcfpj
คำอธิบาย New Tab Theme Buddy enhances your browser experience. Choose your theme and personalised greeting, new wallpapers every 24 hours.
ขนาดไฟล์ 1.59 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.7.6
อัปเดตครั้งล่าสุด 2021-01-28
วันที่เผยแพร่ 2020-07-01
คะแนน 4.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา http://searchworm.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.searchworm.com/
URL หน้าช่วยเหลือ http://www.searchworm.com/index.php/faq/
URL หน้านโยบายความเป็นส่วนตัว http://www.searchworm.com/index.php/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Theme Buddy",
    "version": "2.7.6",
    "description": "New Tab Theme Buddy enhances your browser experience. Choose your theme and personalised greeting, new wallpapers every 24 hours.",
    "permissions": [
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "cookies",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com ; object-src 'self';",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/16.png"
    },
    "web_accessible_resources": [
        "images\/16.png"
    ],
    "incognito": "split",
    "manifest_version": 2
}