TabToLink
Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs
Wat is TabToLink?
TabToLink is een Chrome-extensie ontwikkeld door newstep, en de belangrijkste functie is "Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie TabToLink
Download TabToLink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fdbgbkipjopaoioobnhceghnocdoghpg |
Officiële URL | https://chrome.google.com/webstore/detail/tabtolink/fdbgbkipjopaoioobnhceghnocdoghpg |
Beschrijving | Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs |
Bestandsgrootte | 31.44 KB |
Aantal Installaties | 206 |
Huidige Versie | 1.8.0 |
Laatst Bijgewerkt | 2017-11-02 |
Publicatiedatum | 2017-11-02 |
Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | newstep |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |