Structured Start Tab

Show a structured page when a new tab is opened.

Τι είναι το Structured Start Tab;

Το Structured Start Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dr Rich Boakes, και η κύρια λειτουργία του είναι "Show a structured page when a new tab is opened.".

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

screenshot
screenshot
screenshot

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

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

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

                        Structured Start Tab replaces the default new-tab with a page of links that you build and arrange how you want.  Use panels to group links together, adding colour to make finding what you want fast and easy.  Recent browser bookmarks are automatically included in a sidebar (and can be dragged onto panels for organisation).

If you use a calendar service that published ical files, you can subscribe to this feed to include a mini calendar in your home page too (and everything is synchronized in the background so there's never any waiting).                    

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

Όνομα Structured Start Tab Structured Start Tab
ID pldheaomfiegamcicehmijhaijcocidb
Επίσημο URL https://chromewebstore.google.com/detail/structured-start-tab/pldheaomfiegamcicehmijhaijcocidb
Περιγραφή Show a structured page when a new tab is opened.
Μέγεθος Αρχείου 215 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 1.13.1
Τελευταία Ενημέρωση 2023-05-02
Ημερομηνία Δημοσίευσης 2020-07-09
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Dr Rich Boakes
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.facebook.com/structuredstarttab/
Υποστηριζόμενες Γλώσσες en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.13.1",
    "version_name": "1.13.1",
    "name": "Structured Start Tab",
    "description": "Show a structured page when a new tab is opened.",
    "author": "Rich Boakes",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "bookmarks",
        "favicon",
        "contextMenus",
        "topSites",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "src\/js\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "src\/style\/i\/16.png",
        "48": "src\/style\/i\/48.png",
        "96": "src\/style\/i\/96.png",
        "128": "src\/style\/i\/128.png",
        "580": "src\/style\/i\/580.png"
    },
    "action": {
        "default_icon": "src\/style\/i\/48.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/index.html"
    },
    "options_ui": {
        "page": "src\/pages\/options\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/*",
                "chrome:\/\/settings\/strings.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "toggle-sidebar": {
            "suggested_key": {
                "default": "Ctrl+Shift+B",
                "mac": "MacCtrl+Shift+B"
            },
            "description": "Toggle Sidebar"
        },
        "toggle-heatmap": {
            "suggested_key": {
                "default": "Ctrl+Shift+I",
                "mac": "MacCtrl+Shift+I"
            },
            "description": "Toggle HeatMap"
        },
        "toggle-presentation": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "MacCtrl+Shift+L"
            },
            "description": "Toggle presentation mode"
        }
    }
}