PinIt
PinIt adds a keyboard shortcut to quickly pin/unpin your tabs.
Wat is PinIt?
PinIt is een Chrome-extensie ontwikkeld door Tom Taylor, en de belangrijkste functie is "PinIt adds a keyboard shortcut to quickly pin/unpin your tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie PinIt
Download PinIt-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
Simply press Ctrl+Shift+S (PC) or CMD+Shift+S (Mac) to toggle its state.
Basisinformatie over de Extensie
Naam | |
ID | pkdccieegjgkldobeefnfomkdihlkcdp |
Officiële URL | https://chromewebstore.google.com/detail/pinit/pkdccieegjgkldobeefnfomkdihlkcdp |
Beschrijving | PinIt adds a keyboard shortcut to quickly pin/unpin your tabs. |
Bestandsgrootte | 10.63 KB |
Aantal Installaties | 77 |
Huidige Versie | 1.9 |
Laatst Bijgewerkt | 2018-05-10 |
Publicatiedatum | 2018-05-10 |
Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Tom Taylor |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "PinIt", "description": "PinIt adds a keyboard shortcut to quickly pin\/unpin your tabs.", "version": "1.9", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |