Grab the links from Tabs
Grab the links from Tabs, and classify links.
O que é Grab the links from Tabs?
Grab the links from Tabs é uma extensão do Chrome desenvolvida por kendo, e sua principal característica é "Grab the links from Tabs, and classify links.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Grab the links from Tabs
Baixe arquivos de extensão Grab the links from Tabs 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
Grab the links from Tabs, and classify links.
Informações Básicas da Extensão
Nome | Grab the links from Tabs |
ID | homfaipfcodjimccjlbhadfgkbndlkkg |
URL Oficial | https://chromewebstore.google.com/detail/grab-the-links-from-tabs/homfaipfcodjimccjlbhadfgkbndlkkg |
Descrição | Grab the links from Tabs, and classify links. |
Tamanho do Arquivo | 16.55 KB |
Contagem de Instalações | 101 |
Versão Atual | 1.707 |
Última Atualização | 2012-08-07 |
Data de Publicação | 2012-08-07 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | kendo |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grab the links from Tabs", "version": "1.707", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*" ], "web_accessible_resources": [ "new.js", "can.png" ], "browser_action": { "name": "Grab", "default_icon": "icon.jpg" } } |