Lime Start Page

Lime Start Page offers you a beautifully designed new tab with efficiency-increasing functions. This is the official extension of…

Τι είναι το Lime Start Page;

Το Lime Start Page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://limestart.cn, και η κύρια λειτουργία του είναι "Lime Start Page offers you a beautifully designed new tab with efficiency-increasing functions. This is the official extension of…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Lime Start Page

Λήψη αρχείων επέκτασης Lime Start Page σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Lime Start Page offers you a beautifully designed new tab with efficiency-increasing functions, including search, bookmarks, notes, wallpapers, and weather, etc.

Lime Start Page is highly customizable and totally free, with no in-app purchase nor ads.

• New tab page - Replace the NTP of your browser with Lime Start Page.
• Search - Use any of your favorite search engine to search the web, or switch among popular search engines including Google, Bing, and DuckDuckGo, etc.
• Bookmarks - Quickly access your frequently used websites.
• Notes - Save your inspirations, to-do list, and memos.
• Wallpapers - Set your favorite photos or videos as the wallpaper, or use our selected beautiful wallpapers (static / dynamic / daily updated).
• Quote - Show a random inspirational quote each time you open the new tab page.
• Personalization - Customize your new tab page with 30+ settings.
• Cloud sync - Synchronize your saved bookmarks, notes, and settings across devices.
• Beautify Baidu - Improved UI and elaborately designed dark theme for the search result pages of Baidu.


Website https://intro.limestart.cn/en/
Weibo @青柠起始页                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Lime Start Page Lime Start Page
ID aajmeahnoefldipnjgodkobfdcpmapno
Επίσημο URL https://chromewebstore.google.com/detail/lime-start-page/aajmeahnoefldipnjgodkobfdcpmapno
Περιγραφή Lime Start Page offers you a beautifully designed new tab with efficiency-increasing functions. This is the official extension of…
Μέγεθος Αρχείου 27.32 MB
Αριθμός Εγκαταστάσεων 40,000
Τρέχουσα Έκδοση 1.3.6
Τελευταία Ενημέρωση 2024-02-14
Ημερομηνία Δημοσίευσης 2021-06-07
Αξιολόγηση 4.92/5 Συνολικά 422 Αξιολογήσεις
Προγραμματιστής https://limestart.cn
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://limestart.cn/intro
Διεύθυνση URL της Σελίδας Βοήθειας https://www.retiehe.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.retiehe.com/privacy
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.3.6",
    "icons": {
        "512": "images\/Lime_Icon_512x.png",
        "256": "images\/Lime_Icon_256x.png",
        "128": "images\/Lime_Icon_128x.png",
        "64": "images\/Lime_Icon_64x.png"
    },
    "default_locale": "zh_CN",
    "minimum_chrome_version": "88",
    "action": {
        "default_icon": {
            "512": "images\/Lime_Icon_512x.png",
            "256": "images\/Lime_Icon_256x.png",
            "128": "images\/Lime_Icon_128x.png",
            "64": "images\/Lime_Icon_64x.png"
        },
        "default_popup": "popup-ext.html"
    },
    "chrome_url_overrides": {
        "newtab": "newtab-ext.html"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/limestart.cn\/?from=ext"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/limestart.cn\/*"
            ],
            "js": [
                "scripts\/customize-limestart.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.baidu.com\/s?*"
            ],
            "js": [
                "scripts\/customize-baidu.js"
            ],
            "css": [
                "styles\/customize-baidu.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "wallpapers\/*"
            ],
            "matches": [
                "https:\/\/limestart.cn\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/intro.limestart.cn\/"
}