Easy Tab URL

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

Was ist Easy Tab URL?

Easy Tab URL ist eine Chrome-Erweiterung, die von coder.chenzhi entwickelt wurde, und ihr Hauptmerkmal ist "Allow you get all tab's url, save to local file system, load all urls from file, etc.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Easy Tab URL-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy Tab URL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Easy Tab URL Easy Tab URL
ID fccbmnpilngffifjlblcnaaeoahbamfp
Offizielle URL https://chromewebstore.google.com/detail/easy-tab-url/fccbmnpilngffifjlblcnaaeoahbamfp
Beschreibung Allow you get all tab's url, save to local file system, load all urls from file, etc.
Dateigröße 642 KB
Installationsanzahl 691
Aktuelle Version 0.4.0
Letztes Update 2018-03-11
Veröffentlichungsdatum 2018-03-10
Bewertung 4.09/5 Insgesamt 11 Bewertungen
Entwickler coder.chenzhi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/coder-chenzhi/EasyTabURL-ChromeExtension
Unterstützte Sprachen 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'"
}