TabToLink
Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs
什么是TabToLink?
TabToLink是由newstep开发的Chrome扩展程序,该扩展的主要功能是“Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs”。
扩展截图
下载TabToLink扩展crx文件
下载TabToLink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | fdbgbkipjopaoioobnhceghnocdoghpg |
官方URL | https://chrome.google.com/webstore/detail/tabtolink/fdbgbkipjopaoioobnhceghnocdoghpg |
简介 | Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs |
文件大小 | 31.44 KB |
安装次数 | 206 |
当前版本 | 1.8.0 |
更新时间 | 2017-11-02 |
上架时间 | 2017-11-02 |
评分 | 4.86/5 共7次评分 |
开发者 | newstep |
付费类型 | free |
支持的语言 | 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" ] } } |