New New Tab Page

A minimal new tab page replacement

New New Tab Pageคืออะไร?

New New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zack Guard และคุณลักษณะหลักของมันคือ "A minimal new tab page replacement"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A new tab page that focuses on simplicity and customizability.

Features: 
- Choose your apps
  Select up to 12 apps to be displayed on the new tab page, using any url you like. Automatically fetches an icon from the website.
- Custom backgrounds
  Choose from a list of preset backgrounds, or use your own (gifs work too!)
- Weather widget
  Simple weather widget that tells you the weather.
- App launcher
  Simple app launcher containing all your installed apps for easy access.
- Bookmarks search
  Quick and easy access to all your bookmarks.
- Recently closed pages
  Quickly reopen recently closed pages.

Changelog
- 4.8.4
  • Fix news
- 4.8.3
  • Various changes; see GitHub for details: https://github.com/z-------------/New-New-Tab-Page/commits/master
- 4.8.1
  • Add option to use GPS for weather location
  • Other small improvements and updates
- 4.8.0
  • Add option to use specific coordinates for weather location.
  • Prepare for ability to use GPS for weather location (optional and not yet available).
  • Bug fixes and reduced storage footprint.
- 4.6.0
  • Add option to use a fixed grid for shortcut icons.

MIT License. (https://github.com/z-------------/New-New-Tab-Page/blob/master/LICENSE)
Contributors: https://github.com/z-------------/New-New-Tab-Page/graphs/contributors
Commit history: https://github.com/z-------------/New-New-Tab-Page/commits                    

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

ชื่อ New New Tab Page New New Tab Page
ID nndegnhfodohkemfnmalamgebofbgjcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-new-tab-page/nndegnhfodohkemfnmalamgebofbgjcc
คำอธิบาย A minimal new tab page replacement
ขนาดไฟล์ 2.92 MB
จำนวนการติดตั้ง 3,303
เวอร์ชันปัจจุบัน 4.8.5
อัปเดตครั้งล่าสุด 2019-09-24
วันที่เผยแพร่ 2019-09-24
คะแนน 4.41/5 รวมทั้งหมด 93 คะแนน
ผู้พัฒนา Zack Guard
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://zacharyguard.co.nf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "A minimal new tab page replacement",
    "icons": {
        "16": "img\/icon16.png",
        "128": "img\/icon128.png"
    },
    "author": "Zachary Guard",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "options_page": "options\/options.html",
    "version": "4.8.5",
    "short_name": "NNTP",
    "default_locale": "en",
    "permissions": [
        "topSites",
        "management",
        "bookmarks",
        "storage",
        "sessions",
        "tabs",
        "geolocation",
        "http:\/\/php-nntp.193b.starter-ca-central-1.openshiftapps.com\/",
        "*:\/\/*\/*"
    ],
    "background": {
        "page": "newtab.html",
        "persistent": true
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "54.0"
        }
    }
}