Anori: productivity new tab

Customizable new tab: compose your own page from widgets

Anori: productivity new tabคืออะไร?

Anori: productivity new tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://anori.app และคุณลักษณะหลักของมันคือ "Customizable new tab: compose your own page from widgets"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anori: productivity new tab

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

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

                        🚀 Boost Your Browser: Unleash your browser's full potential with Anori transforming your start page into a productivity powerhouse. With an interface designed for entrepreneurs, designers, developers, project managers, students and just productivity geeks, Anori isn't just a new tab - it's a springboard to your daily tasks.


🛠️ All-in-One Widget Toolbox:
📌 Manage your bookmarks with ease.
✅ Keep on top of your todos.
📝 Jot down important notes in seconds.


🌍 Worldly Features: Navigate the world effortlessly from your new tab with Anori's global features.

🕰️ Track multiple time zones.
🔎 Swap between search providers in a click.
☀️ Stay updated with real-time weather forecasts.
💡 Easy Access: Anori puts your most-visited sites and recent tabs at your fingertips, making your browsing experience smoother and faster.

💫 Unique & Competitive: Anori outshines the competition, setting itself as a superior alternative to Momentum Dash, Infinity New Tab, Speed Dial, Homey, Tabrr Dashboard, and Infinite Dashboard. With unique features and a beautiful interface, Anori raises the bar for what you can expect from a new tab extension.

👩‍💻 Customizable Dashboards: Tailor your start page to your unique needs with customizable dashboards.

🔄 Easily switch between work and personal contexts.
🎨 Upload your own icons for a personal touch, or choose from 10,000 provided icons.
🎨 Beautiful & Adaptable: Whether you love minimalist tones or prefer colorful, cute themes, Anori has a color scheme for you.

🌟 Transform Your Start Page: Start your day with a bang. Anori gives you shortcuts to your essential tasks, right from your new tab. It's not just beautiful - it's your partner in productivity. Download Anori today and experience the difference!                    

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

ชื่อ Anori: productivity new tab Anori: productivity new tab
ID ddeaekifelikgnaacipabpmjpffgifek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anori-productivity-new-ta/ddeaekifelikgnaacipabpmjpffgifek
คำอธิบาย Customizable new tab: compose your own page from widgets
ขนาดไฟล์ 39.72 MB
จำนวนการติดตั้ง 34,177
เวอร์ชันปัจจุบัน 1.17.0
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2023-02-20
คะแนน 4.46/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา https://anori.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://anori.app/
URL หน้าช่วยเหลือ https://github.com/OlegWock/anori/issues
URL หน้านโยบายความเป็นส่วนตัว https://anori.app/privacy
ภาษาที่รองรับ de,en,fr,es,it,pt-BR,ru,uk,th,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.17.0",
    "author": "OlegWock",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_appActionTitle__"
    },
    "minimum_chrome_version": "104",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage",
        "sessions",
        "system.cpu",
        "system.memory"
    ],
    "host_permissions": [],
    "optional_permissions": [
        "tabs",
        "favicon",
        "topSites",
        "bookmarks",
        "tabGroups",
        "declarativeNetRequestWithHostAccess",
        "browsingData"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "\/pages\/newtab\/start.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "\/chunks\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}