Pin-It
This extension keeps a set of tabs permanently pinned in your browser window.
Vad är Pin-It?
Pin-It är en Chrome-tillägg utvecklad av https://gaunt.dev, och dess huvudfunktion är "This extension keeps a set of tabs permanently pinned in your browser window.".
Tilläggsskärmbilder
Ladda ner Pin-It-förlängningens CRX-fil
Ladda ner Pin-It-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | iaebojjjijdaeinlldahkekclhdjgkme |
| Officiell webbadress | https://chromewebstore.google.com/detail/pin-it/iaebojjjijdaeinlldahkekclhdjgkme |
| Beskrivning | This extension keeps a set of tabs permanently pinned in your browser window. |
| Filstorlek | 101 KB |
| Antal Installationer | 250 |
| Aktuell Version | 3.0.1 |
| Senast Uppdaterad | 2024-03-01 |
| Publiceringsdatum | 2020-09-11 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://gaunt.dev |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.gaunt.dev/projects/pin-it/ |
| Hjälpsida URL | https://github.com/gauntface/pin-it-extension/issues/new |
| Stödda Språk | 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"
}
} | |