TabToLink
Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs
O que é TabToLink?
TabToLink é uma extensão do Chrome desenvolvida por newstep, e sua principal característica é "Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TabToLink
Baixe arquivos de extensão TabToLink 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
TabToLink simply makes link of opened tab, and you can easily make your links. [ How to use ] 1. Click the "TabToLink" icon and push the "Save" to save the current tab as link. 2. Click the "TabToLink" icon and push the "Display list" to display the saved link list. 3. Click the "TabToLink" icon and push the "Save & close all" to save all the tabs and close the tabs other than current tab (and pinned tabs). * You can save 300 links. * Push the "Del" button in the link list to delete the unnecessary link. * You can also save the link collection to a file.
Informações Básicas da Extensão
Nome | |
ID | fdbgbkipjopaoioobnhceghnocdoghpg |
URL Oficial | https://chrome.google.com/webstore/detail/tabtolink/fdbgbkipjopaoioobnhceghnocdoghpg |
Descrição | Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs |
Tamanho do Arquivo | 31.44 KB |
Contagem de Instalações | 206 |
Versão Atual | 1.8.0 |
Última Atualização | 2017-11-02 |
Data de Publicação | 2017-11-02 |
Classificação | 4.86/5 Total de 7 Avaliações |
Desenvolvedor | newstep |
Tipo de Pagamento | free |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabToLink", "version": "1.8.0", "description": "__MSG_extDescription__", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_title": "TabToLink", "default_icon": "icon128.png" }, "default_locale": "en", "permissions": [ "tabs", "contextMenus" ], "icons": { "16": "icon16.png" }, "background": { "scripts": [ "background.js" ] } } |