Pin all tabs
Pins all tabs in the current window.
Wat is Pin all tabs?
Pin all tabs is een Chrome-extensie ontwikkeld door James Fairbairn, en de belangrijkste functie is "Pins all tabs in the current window.".
Download het CRX-bestand van de extensie Pin all tabs
Download Pin all tabs-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
Basisinformatie over de Extensie
Naam | |
ID | ggdflfnbccnnmnejiblifjjgeiepdjop |
Officiële URL | https://chrome.google.com/webstore/detail/pin-all-tabs/ggdflfnbccnnmnejiblifjjgeiepdjop |
Beschrijving | Pins all tabs in the current window. |
Bestandsgrootte | 5.11 KB |
Aantal Installaties | 5,345 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-12-22 |
Publicatiedatum | 2014-12-22 |
Beoordeling | 5.00/5 Totaal 28 Beoordelingen |
Ontwikkelaar | James Fairbairn |
Betalingswijze | free |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pin all tabs", "version": "1.1", "description": "Pins all tabs in the current window.", "background": { "scripts": [ "bg.js" ], "persistent": false }, "browser_action": { "default_icon": "pin.png" }, "manifest_version": 2 } |