Pin-It
This extension keeps a set of tabs permanently pinned in your browser window.
Qu'est-ce que Pin-It ?
Pin-It est une extension Chrome développée par https://gaunt.dev, et sa fonction principale est "This extension keeps a set of tabs permanently pinned in your browser window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pin-It
Téléchargez les fichiers d'extension Pin-It 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
This extension makes it easy to set-up a number of tabs that you like to pin and at the click of a button, it'll set them up for you. No more losing your tabs when you restart your machine and share the same tabs across all of your devices.
Informations de Base sur l'Extension
Nom | Pin-It |
ID | iaebojjjijdaeinlldahkekclhdjgkme |
URL Officiel | https://chromewebstore.google.com/detail/pin-it/iaebojjjijdaeinlldahkekclhdjgkme |
Description | This extension keeps a set of tabs permanently pinned in your browser window. |
Taille du Fichier | 101 KB |
Nombre d'Installations | 250 |
Version Actuelle | 3.0.1 |
Dernière Mise à Jour | 2024-03-01 |
Date de Publication | 2020-09-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://gaunt.dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.gaunt.dev/projects/pin-it/ |
URL de la Page d'Aide | https://github.com/gauntface/pin-it-extension/issues/new |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pin-It", "version": "3.0.1", "description": "This extension keeps a set of tabs permanently pinned in your browser window.", "manifest_version": 3, "icons": { "64": "images\/icons\/favicon-64x64.png", "128": "images\/icons\/favicon-128x128.png", "512": "images\/icons\/favicon-512x512.png" }, "action": { "default_icon": { "64": "images\/icons\/favicon-64x64.png", "128": "images\/icons\/favicon-128x128.png", "512": "images\/icons\/favicon-512x512.png" } }, "options_page": "options.html", "permissions": [ "storage" ], "background": { "service_worker": "scripts\/background\/sw.js", "type": "module" } } |