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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |