Easy Tab URL

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

Cos'è Easy Tab URL?

Easy Tab URL è un'estensione di Chrome sviluppata da coder.chenzhi, e la sua funzione principale è "Allow you get all tab's url, save to local file system, load all urls from file, etc.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Easy Tab URL

Scarica i file di estensione Easy Tab URL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Easy Tab URL Easy Tab URL
ID fccbmnpilngffifjlblcnaaeoahbamfp
URL Ufficiale https://chromewebstore.google.com/detail/easy-tab-url/fccbmnpilngffifjlblcnaaeoahbamfp
Descrizione Allow you get all tab's url, save to local file system, load all urls from file, etc.
Dimensione del File 642 KB
Conteggio Installazioni 691
Versione Corrente 0.4.0
Ultimo Aggiornamento 2018-03-11
Data di Pubblicazione 2018-03-10
Valutazione 4.09/5 Totale 11 Valutazioni
Sviluppatore coder.chenzhi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/coder-chenzhi/EasyTabURL-ChromeExtension
Lingue Supportate 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'"
}