Pin'em All
Allows user to pin all open tabs or to unpin all pinned tabs
Wat is Pin'em All?
Pin'em All is een Chrome-extensie ontwikkeld door Uman, en de belangrijkste functie is "Allows user to pin all open tabs or to unpin all pinned tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Pin'em All
Download Pin'em 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
Simple chrome extension adding pop-up menu which allows user to pin all open tabs or to unpin all currently pinned tabs with one button click.
Basisinformatie over de Extensie
Naam | Pin'em All |
ID | flbdaephiokahpnlkglmfjocndjcpegl |
Officiële URL | https://chromewebstore.google.com/detail/pinem-all/flbdaephiokahpnlkglmfjocndjcpegl |
Beschrijving | Allows user to pin all open tabs or to unpin all pinned tabs |
Bestandsgrootte | 17.13 KB |
Aantal Installaties | 397 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-09-16 |
Publicatiedatum | 2016-09-16 |
Beoordeling | 4.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Uman |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.umanski.me |
Help Pagina-URL | http://www.umanski.me |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pin'em All", "version": "1.0", "description": "Allows user to pin all open tabs or to unpin all pinned tabs", "icons": { "128": "images\/128.png", "48": "images\/48.png", "16": "images\/16.png" }, "browser_action": { "default_icon": { "128": "images\/128.png", "48": "images\/48.png", "16": "images\/16.png" }, "default_title": "Pin'em ALl", "default_popup": "popup.html" } } |