Open and Pin my Tabs

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

O que é Open and Pin my Tabs?

Open and Pin my Tabs é uma extensão do Chrome desenvolvida por greewskytte, e sua principal característica é "Open and Pin a default set of tabs defined by you.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Open and Pin my Tabs

Baixe arquivos de extensão Open and Pin my Tabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Open and Pin my Tabs Open and Pin my Tabs
ID cgjagindbcdbjebdkpcnodpenhkhhgfb
URL Oficial https://chromewebstore.google.com/detail/open-and-pin-my-tabs/cgjagindbcdbjebdkpcnodpenhkhhgfb
Descrição Open and Pin a default set of tabs defined by you.
Tamanho do Arquivo 15 KB
Contagem de Instalações 33
Versão Atual 1.0
Última Atualização 2020-11-17
Data de Publicação 2020-11-17
Desenvolvedor greewskytte
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/greew/pintabs
URL da Página de Ajuda https://github.com/greew/pintabs/issues
Idiomas Suportados 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"
    }
}