Active Window

Keep your browser tabs and windows organized while surfing the internet!

Active Windowคืออะไร?

Active Window เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://activewindow.app และคุณลักษณะหลักของมันคือ "Keep your browser tabs and windows organized while surfing the internet!"

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

screenshot
screenshot
screenshot

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

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

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

                        Active Window helps to reduce the number of tabs open in one window, save open windows with tabs for future reuse and improve your computer performance as a result.

It enhances each New Tab with powerful widgets and keeps all New Tabs in sync across all browser windows currently opened.

Active Window widget Key Features:
★ Memory efficient and helps your computer work faster
★ All New Tab pages within all open windows are in sync and update in real-time as you use the browser
★ Save windows with tabs for future use
★ Archive saved or opened windows in bookmarks
★ Close tab duplicates in one click
★ Pin tab in one click
★ View and organize window tabs in a grid  or list
★ Drag and drop tabs reorder inside the window
★ Drag and drop tabs between windows
★ Easily switch between open tabs and windows 
★ Choose background that works best for you: solid color, gradient or new daily image
★ Fully customizable interface: drag and drop, resize or change orientation of the widgets
★ Private and Secure! Everything stays on your device

Additional widgets:
☆ Date and Time - Current date and time 
☆ Weather - Get weather updates for your city
☆ Quick QR - Generate QR code instantly
☆ Links - Open saved links in one click
☆ Quotes - New motivational quote every day
☆ Calendar - Monthly calendar in every tab

After installing Active Window click the ‘Keep it’ button on the ‘Change back to Google’ notification to enjoy best experience. Enable extension in incognito mode to allow private windows to be displayed in the list of currently opened Chrome browser windows.                    

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

ชื่อ Active Window Active Window
ID idngfgodjikpdiceaaabinlgnjojodem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/active-window/idngfgodjikpdiceaaabinlgnjojodem
คำอธิบาย Keep your browser tabs and windows organized while surfing the internet!
ขนาดไฟล์ 326 KB
จำนวนการติดตั้ง 916
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2023-04-18
วันที่เผยแพร่ 2022-03-23
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://activewindow.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://activewindow.app/
URL หน้านโยบายความเป็นส่วนตัว https://activewindow.app/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Active Window",
    "description": "Keep your browser tabs and windows organized while surfing the internet!",
    "version": "2.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "service.worker.js"
    },
    "action": [],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/activewindow.app\/payment\/success"
        ]
    },
    "host_permissions": [
        "https:\/\/api.activewindow.app\/api\/*"
    ],
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    }
}