Easy Tab URL

Allow you get all tab's url, save to local file system, load all urls from file, etc.

O que é Easy Tab URL?

Easy Tab URL é uma extensão do Chrome desenvolvida por coder.chenzhi, e sua principal característica é "Allow you get all tab's url, save to local file system, load all urls from file, etc.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Easy Tab URL

Baixe arquivos de extensão Easy Tab URL 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

                        Features:
- get all tabs' urls
- copy all tabs' urls to clipboard(Chrome only!)
- save all tabs' urls to local file
- read local file and open all urls in the file(file generated from 'save' function)

This extension is opensourced at https://github.com/coder-chenzhi/EasyTabURL-ChromeExtension.

==========ChangeLog===========
2018.3.11 (v0.4.0)
- add tab titles (this is compatible with old version's file format)
- open all urls in new window
- keep the tab order when open all urls from local file                    

Informações Básicas da Extensão

Nome Easy Tab URL Easy Tab URL
ID fccbmnpilngffifjlblcnaaeoahbamfp
URL Oficial https://chromewebstore.google.com/detail/easy-tab-url/fccbmnpilngffifjlblcnaaeoahbamfp
Descrição Allow you get all tab's url, save to local file system, load all urls from file, etc.
Tamanho do Arquivo 642 KB
Contagem de Instalações 691
Versão Atual 0.4.0
Última Atualização 2018-03-11
Data de Publicação 2018-03-10
Classificação 4.09/5 Total de 11 Avaliações
Desenvolvedor coder.chenzhi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/coder-chenzhi/EasyTabURL-ChromeExtension
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Tab URL",
    "version": "0.4.0",
    "description": "Allow you get all tab's url, save to local file system, load all urls from file, etc.",
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}