Pin Tab
A browser action to pin a tab
Wat is Pin Tab?
Pin Tab is een Chrome-extensie ontwikkeld door hal313, en de belangrijkste functie is "A browser action to pin a tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Pin Tab
Download Pin Tab-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
A plugin to automatically pin tabs based on URL. Provides the ability to create multiple rules, disable rules and specify where the pinned tab should go. Now supports automatic moving of unpinned tabs to the far right as well as pinning new tabs or tabs opened via "Open link in new tab".
Basisinformatie over de Extensie
Naam | Pin Tab |
ID | dgldedkigbbalaioohedddpameekglma |
Officiële URL | https://chromewebstore.google.com/detail/pin-tab/dgldedkigbbalaioohedddpameekglma |
Beschrijving | A browser action to pin a tab |
Bestandsgrootte | 172 KB |
Aantal Installaties | 8,789 |
Huidige Versie | 1.3.3 |
Laatst Bijgewerkt | 2019-04-26 |
Publicatiedatum | 2019-04-25 |
Beoordeling | 4.52/5 Totaal 60 Beoordelingen |
Ontwikkelaar | hal313 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.3.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16x16.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_title": "Pin!", "default_icon": "images\/icon-48x48.png" }, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |