Minimo

An elegant, minimal new tab page

Minimoคืออะไร?

Minimo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://krismuniz.com และคุณลักษณะหลักของมันคือ "An elegant, minimal new tab page"

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

screenshot
screenshot
screenshot

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

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

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

                        Minimo provides a simple way to quickly access your favorite websites and have useful information at a glance. It syncs with your tabs from your mobile devices and displays them at the bottom for quick access.

Features
* Useful information at a glance (current date & time, connection status, estimated download speed in Mbps, battery level)
* Synced tabs from remote Chrome sessions
* An optional button for your navigation bar for quick access to your shortcuts and synced tabs.
* Simple UI for customizing shortcuts that sync as Bookmarks across all your devices
* Rich-text, minimal scratchpad called "Writing mode" to you jot down notes for later (stored locally, in a per-device basis)
* Variety of theme colors and synced preferences across browser sessions                    

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

ชื่อ Minimo Minimo
ID fanglmholkgdapjcfohfhnofcacjiodl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minimo/fanglmholkgdapjcfohfhnofcacjiodl
คำอธิบาย An elegant, minimal new tab page
ขนาดไฟล์ 1.19 MB
จำนวนการติดตั้ง 3,079
เวอร์ชันปัจจุบัน 1.4.2
อัปเดตครั้งล่าสุด 2023-01-22
วันที่เผยแพร่ 2019-08-31
คะแนน 4.83/5 รวมทั้งหมด 46 คะแนน
ผู้พัฒนา https://krismuniz.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://projects.krismuniz.com/minimo
URL หน้าช่วยเหลือ https://github.com/krismuniz/minimo
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimo",
    "version": "1.4.2",
    "description": "An elegant, minimal new tab page",
    "homepage_url": "https:\/\/www.krismuniz.com\/",
    "icons": {
        "16": "src\/images\/icon\/icon_16.png",
        "32": "src\/images\/icon\/icon_32.png",
        "48": "src\/images\/icon\/icon_48.png",
        "128": "src\/images\/icon\/icon_128.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "sessions",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            ".\/src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Minimo",
        "default_popup": ".\/src\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": ".\/src\/new-tab-page.html"
    }
}