Open and Pin my Tabs

Open and Pin a default set of tabs defined by you.

Hvad er Open and Pin my Tabs?

Open and Pin my Tabs er en Chrome-udvidelse udviklet af greewskytte, og dens hovedfunktion er "Open and Pin a default set of tabs defined by you.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Open and Pin my Tabs-udvidelses-CRX-fil

Download Open and Pin my Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension is a replacement for the standard Chrome startup pages. This extension will both open the defined pages, but also pin the pages. 

It will also check if each of the URLs are already opened and not open a new one to avoid duplicates.                    

Grundlæggende oplysninger om udvidelsen

Navn Open and Pin my Tabs Open and Pin my Tabs
ID cgjagindbcdbjebdkpcnodpenhkhhgfb
Officiel URL https://chromewebstore.google.com/detail/open-and-pin-my-tabs/cgjagindbcdbjebdkpcnodpenhkhhgfb
Beskrivelse Open and Pin a default set of tabs defined by you.
Filstørrelse 15 KB
Antal Installationer 33
Nuværende Version 1.0
Senest Opdateret 2020-11-17
Udgivelsesdato 2020-11-17
Udvikler greewskytte
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/greew/pintabs
Hjælpeside-URL https://github.com/greew/pintabs/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "version": "1.0",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "__MSG_short_title__"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "author": "Jesper Skytte Marcussen ",
    "homepage_url": "https:\/\/github.com\/greew\/pintabs",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}