Pinned Tabs

Keep Pinned Tabs When Open New Window

Cos'è Pinned Tabs?

Pinned Tabs è un'estensione di Chrome sviluppata da wnaklulu, e la sua funzione principale è "Keep Pinned Tabs When Open New Window".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pinned Tabs

Scarica i file di estensione Pinned Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The closed window is pinned the next time the label is reopened, and the new window automatically synchronizes pinned labels 
1. Need to fix the tag right pinned tag
2. Open the extension input name to save the pinned label
3. Select enable next time will automatically open enabled tag group
4. [github](https://github.com/0851/pinned)
5. [demo](https://raw.githubusercontent.com/0851/pinned/master/images/use.mp4)                    

Informazioni di Base sull'Estensione

Nome Pinned Tabs Pinned Tabs
ID biccgodmohjplafdhicdhkdeeejcmgia
URL Ufficiale https://chromewebstore.google.com/detail/pinned-tabs/biccgodmohjplafdhicdhkdeeejcmgia
Descrizione Keep Pinned Tabs When Open New Window
Dimensione del File 41.32 KB
Conteggio Installazioni 24
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-01-21
Data di Pubblicazione 2019-01-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore wnaklulu
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/0851/pinned
URL della Pagina di Aiuto https://github.com/0851/pinned/issues
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_name_sort__",
    "version": "1.0.0",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon32.png",
        "48": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon32.png",
            "48": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_ext_name__"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": false
    }
}