TabToLink

Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs

Was ist TabToLink?

TabToLink ist eine Chrome-Erweiterung, die von newstep entwickelt wurde, und ihr Hauptmerkmal ist "Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

TabToLink-Erweiterungs-CRX-Datei herunterladen

Laden Sie TabToLink-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TabToLink TabToLink
ID fdbgbkipjopaoioobnhceghnocdoghpg
Offizielle URL https://chrome.google.com/webstore/detail/tabtolink/fdbgbkipjopaoioobnhceghnocdoghpg
Beschreibung Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs
Dateigröße 31.44 KB
Installationsanzahl 206
Aktuelle Version 1.8.0
Letztes Update 2017-11-02
Veröffentlichungsdatum 2017-11-02
Bewertung 4.86/5 Insgesamt 7 Bewertungen
Entwickler newstep
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}