Pin-It
This extension keeps a set of tabs permanently pinned in your browser window.
O que é Pin-It?
Pin-It é uma extensão do Chrome desenvolvida por https://gaunt.dev, e sua principal característica é "This extension keeps a set of tabs permanently pinned in your browser window.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pin-It
Baixe arquivos de extensão Pin-It no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Pin-It |
ID | iaebojjjijdaeinlldahkekclhdjgkme |
URL Oficial | https://chromewebstore.google.com/detail/pin-it/iaebojjjijdaeinlldahkekclhdjgkme |
Descrição | This extension keeps a set of tabs permanently pinned in your browser window. |
Tamanho do Arquivo | 101 KB |
Contagem de Instalações | 250 |
Versão Atual | 3.0.1 |
Última Atualização | 2024-03-01 |
Data de Publicação | 2020-09-11 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://gaunt.dev |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.gaunt.dev/projects/pin-it/ |
URL da Página de Ajuda | https://github.com/gauntface/pin-it-extension/issues/new |
Idiomas Suportados | 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" } } |