Pin Tab
A browser action to pin a tab
Qu'est-ce que Pin Tab ?
Pin Tab est une extension Chrome développée par hal313, et sa fonction principale est "A browser action to pin a tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pin Tab
Téléchargez les fichiers d'extension Pin Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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".
Informations de Base sur l'Extension
Nom | Pin Tab |
ID | dgldedkigbbalaioohedddpameekglma |
URL Officiel | https://chromewebstore.google.com/detail/pin-tab/dgldedkigbbalaioohedddpameekglma |
Description | A browser action to pin a tab |
Taille du Fichier | 172 KB |
Nombre d'Installations | 8,789 |
Version Actuelle | 1.3.3 |
Dernière Mise à Jour | 2019-04-26 |
Date de Publication | 2019-04-25 |
Évaluation | 4.52/5 Total 60 Évaluations |
Développeur | hal313 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |