Pin Them All
Pin all your tabs
Wat is Pin Them All?
Pin Them All is een Chrome-extensie ontwikkeld door ayayael12, en de belangrijkste functie is "Pin all your tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Pin Them All
Download Pin Them All-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
Quickly pin all your open tabs using the "Pin them all" context menu option
Basisinformatie over de Extensie
Naam | Pin Them All |
ID | ndabmaflbdfldmdlccmpccenpkgklhln |
Officiële URL | https://chromewebstore.google.com/detail/pin-them-all/ndabmaflbdfldmdlccmpccenpkgklhln |
Beschrijving | Pin all your tabs |
Bestandsgrootte | 12.95 KB |
Aantal Installaties | 12,621 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-03-13 |
Publicatiedatum | 2015-03-13 |
Beoordeling | 1.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | ayayael12 |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Pin all your tabs", "version": "0.1", "name": "Pin Them All", "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "pin.js" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |