swiftify

customize your new tab page

swiftifyคืออะไร?

swiftify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pianokaisen และคุณลักษณะหลักของมันคือ "customize your new tab page"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Replace your tabs with a personal tab tailored to your liking, with some extra taylor swift spice. Every refresh is another chance for another picture and taylor swift quote. This page is flexible to many preferences, allowing you to get the most out of every new tab.

✨ Features ✨ 
🌄 Collection of natural landscapes
🌄 Easy access customization bar on left when you move your mouse left
🌄 Customize brightness, saturation, contrast, and blur of backgrounds

💻 Widgets you can put on dashboard: Clock, search bar, to-do list
💻 Toggle widgets on and off on left-hand bar
💻 Freely drag widgets across screen
💻 Click clock to convert to 24-hour/12-hour clocks
💻 Right click to-do list to cross out items
💻 Click right hand side of search bar to switch between Google, Duckduckgo, Bing, and Yahoo

✅ Move mouse to right side of screen to access side widgets (taylor swift quotes, weather, and a guess-the-swift-song game)
✅ Toggle widgets on and off

All pictures taken from Unsplash.                    

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

ชื่อ swiftify swiftify
ID pjiidjnbjhcdkjgaembhimbboofbpphp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swiftify/pjiidjnbjhcdkjgaembhimbboofbpphp
คำอธิบาย customize your new tab page
ขนาดไฟล์ 22.26 MB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2022-06-14
วันที่เผยแพร่ 2022-05-03
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา pianokaisen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://emilyxietty.github.io/
URL หน้านโยบายความเป็นส่วนตัว https://emilyxietty.github.io/chromeprivacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "swiftify",
    "version": "0.0.3",
    "short_name": "swiftify",
    "options_page": "options.html",
    "description": "customize your new tab page",
    "permissions": [
        "storage",
        "bookmarks",
        "geolocation"
    ],
    "icons": {
        "48": "icons\/heen48.png",
        "128": "icons\/heen128.png"
    },
    "action": {
        "default_title": "swiftify",
        "default_popup": "options.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}