Pinned Tabs

Keep Pinned Tabs When Open New Window

Qu'est-ce que Pinned Tabs ?

Pinned Tabs est une extension Chrome développée par wnaklulu, et sa fonction principale est "Keep Pinned Tabs When Open New Window".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pinned Tabs

Téléchargez les fichiers d'extension Pinned Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Pinned Tabs Pinned Tabs
ID biccgodmohjplafdhicdhkdeeejcmgia
URL Officiel https://chromewebstore.google.com/detail/pinned-tabs/biccgodmohjplafdhicdhkdeeejcmgia
Description Keep Pinned Tabs When Open New Window
Taille du Fichier 41.32 KB
Nombre d'Installations 24
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-01-21
Date de Publication 2019-01-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur wnaklulu
Type de Paiement free
Site Web de l'Extension https://github.com/0851/pinned
URL de la Page d'Aide https://github.com/0851/pinned/issues
Langues Prises en Charge 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
    }
}