Save pin tab 2

Makes it possible to pin tabs permanently.

Wat is Save pin tab 2?

Save pin tab 2 is een Chrome-extensie ontwikkeld door mktakuya, en de belangrijkste functie is "Makes it possible to pin tabs permanently.".

Download het CRX-bestand van de extensie Save pin tab 2

Download Save pin tab 2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Makes it possible to pin tabs permanently.

This is fork of Save-pin-tab.
This fork add support manifest version 2 to it.                    

Basisinformatie over de Extensie

Naam Save pin tab 2 Save pin tab 2
ID kifklnehlfjklnmjjflcomnfngbfkjga
Officiële URL https://chrome.google.com/webstore/detail/save-pin-tab-2/kifklnehlfjklnmjjflcomnfngbfkjga
Beschrijving Makes it possible to pin tabs permanently.
Bestandsgrootte 22.7 KB
Aantal Installaties 127
Huidige Versie 0.1
Laatst Bijgewerkt 2016-06-03
Publicatiedatum 2016-06-03
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar mktakuya
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save pin tab 2",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Makes it possible to pin tabs permanently.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}