Pin-It
This extension keeps a set of tabs permanently pinned in your browser window.
Was ist Pin-It?
Pin-It ist eine Chrome-Erweiterung, die von https://gaunt.dev entwickelt wurde, und ihr Hauptmerkmal ist "This extension keeps a set of tabs permanently pinned in your browser window.".
Erweiterungsscreenshots
Pin-It-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pin-It-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Pin-It |
ID | iaebojjjijdaeinlldahkekclhdjgkme |
Offizielle URL | https://chromewebstore.google.com/detail/pin-it/iaebojjjijdaeinlldahkekclhdjgkme |
Beschreibung | This extension keeps a set of tabs permanently pinned in your browser window. |
Dateigröße | 101 KB |
Installationsanzahl | 250 |
Aktuelle Version | 3.0.1 |
Letztes Update | 2024-03-01 |
Veröffentlichungsdatum | 2020-09-11 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://gaunt.dev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.gaunt.dev/projects/pin-it/ |
Hilfeseite URL | https://github.com/gauntface/pin-it-extension/issues/new |
Unterstützte Sprachen | 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" } } |