DY1 - Personalized New Tab Page

Personalize new tab page. Free features like Bookmarks, To-do list, PDF Converter, Weather Forecast, Package-tracking and more.

DY1 - Personalized New Tab Pageคืออะไร?

DY1 - Personalized New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.dy1.com และคุณลักษณะหลักของมันคือ "Personalize new tab page. Free features like Bookmarks, To-do list, PDF Converter, Weather Forecast, Package-tracking and more."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ✓Bookmark management:Organize your bookmarks into categories.bookmarks with beautiful icons.Bookmark Toolbar Button to quickly add sites to Dy1.com while you are browsing. 

✓Free PDF converters: PDF to Word, PDF to DOC, PDF to PPT, PDF to DOCX, PDF to XLS, PDF to xlsx, PDF to JPG, PDF to PNG etc

✓Package tracking:Supports up to 200 logistics tracking worldwide.(DHL,USPS,UPS. More......)

✓Gmail mail features:
    A. Real-time email alerts-Receive desktop sounds or announcements when new messages arrive.
    B.Support multiple accounts to send and receive email.More......

✓Search Engine Management-You can switch to your favorite search engine and quickly search for anything you need.

✓Weather forecast: weather conditions for the day or the next 7 days.

✓Auto sync with all your devices and browsers.

✓Choose background or Customize upload wallpaper. You can sync Bing's wallpapers.

✓Add your important notes, To-do list and find them when you need them.

Set as homepage / start page or new tab page to quickly access all your favorite bookmarks and notes.

Safe and secure, your information will be encrypted while it’s transmitted between your browser and Dy1.com
More......                    

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

ชื่อ DY1 - Personalized New Tab Page DY1 - Personalized New Tab Page
ID haeeihnjiolbfapfdfhonbfdjclejcni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dy1-personalized-new-tab/haeeihnjiolbfapfdfhonbfdjclejcni
คำอธิบาย Personalize new tab page. Free features like Bookmarks, To-do list, PDF Converter, Weather Forecast, Package-tracking and more.
ขนาดไฟล์ 1.94 MB
จำนวนการติดตั้ง 842
เวอร์ชันปัจจุบัน 3.1.9
อัปเดตครั้งล่าสุด 2021-07-15
วันที่เผยแพร่ 2020-04-13
คะแนน 3.79/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://www.dy1.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.dy1.com/
URL หน้าช่วยเหลือ https://dy1.com/privacy-policy.html
URL หน้านโยบายความเป็นส่วนตัว https://dy1.com/privacy-policy.html
ภาษาที่รองรับ de,en,fr,es,it,pt-BR,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "3.1.9",
    "description": "__MSG_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/dy1.com",
    "author": "dy1.com",
    "browser_action": {
        "default_icon": "images\/icon\/icon48.png",
        "default_title": "__MSG_extName__"
    },
    "chrome_url_overrides": {
        "newtab": "\/dist\/index.html"
    },
    "icons": {
        "16": "images\/icon\/icon16.png",
        "32": "images\/icon\/icon32.png",
        "48": "images\/icon\/icon48.png",
        "128": "images\/icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/misc.js",
            "js\/background.js",
            "popup\/gmail\/js\/jquery.min.js",
            "popup\/gmail\/js\/config.js",
            "popup\/gmail\/js\/addressparser.js",
            "popup\/gmail\/js\/gmail.js",
            "popup\/gmail\/js\/account.js",
            "popup\/gmail\/js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "popup\/gmail\/tabletView.js",
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "bookmarks",
        "history",
        "contextMenus",
        "tabs",
        "https:\/\/*.dy1.com\/",
        "https:\/\/www.yahoo.com\/",
        "https:\/\/mail.google.com\/",
        "notifications"
    ],
    "web_accessible_resources": [
        "popup\/gmail\/gmail.html",
        "popup\/gmail\/tabletView.css"
    ],
    "offline_enabled": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/dy1.com\/*"
        ]
    }
}