Pin-It
This extension keeps a set of tabs permanently pinned in your browser window.
Wat is Pin-It?
Pin-It is een Chrome-extensie ontwikkeld door https://gaunt.dev, en de belangrijkste functie is "This extension keeps a set of tabs permanently pinned in your browser window.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pin-It
Download Pin-It-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
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.
Basisinformatie over de Extensie
Naam | Pin-It |
ID | iaebojjjijdaeinlldahkekclhdjgkme |
Officiële URL | https://chromewebstore.google.com/detail/pin-it/iaebojjjijdaeinlldahkekclhdjgkme |
Beschrijving | This extension keeps a set of tabs permanently pinned in your browser window. |
Bestandsgrootte | 101 KB |
Aantal Installaties | 250 |
Huidige Versie | 3.0.1 |
Laatst Bijgewerkt | 2024-03-01 |
Publicatiedatum | 2020-09-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://gaunt.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.gaunt.dev/projects/pin-it/ |
Help Pagina-URL | https://github.com/gauntface/pin-it-extension/issues/new |
Ondersteunde Talen | 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" } } |