Export Tabs
Export the URL of all opened tabs to text
Export Tabs란 무엇입니까?
Export Tabs은(는) https://francotecnologia.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export the URL of all opened tabs to text"입니다.
확장 프로그램 스크린샷
Export Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PORTUGUESE Esta extensão foi criada para exportar a URL de todas as abas abertas, permitindo que sejam enviadas rapidamente por e-mail ou salvas num arquivo. Também é possível fazer o processo inverso. Basta colar o texto salvo anteriormente na caixa de texto e clicar em 'Open'. ENGLISH This extension was created to generate a text with the URL of every opened tab to send by mail or save into text file (copy n paste). You can reopen by pasting the saved text into the text box. Comments, bug reports and suggestions will be appreciated! * The source code of this extension is based on Google Chrome Extension Examples.
확장 프로그램 기본 정보
이름 | Export Tabs |
ID | odafagokkafdbbeojliiojjmimakacil |
공식 URL | https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil |
설명 | Export the URL of all opened tabs to text |
파일 크기 | 15.57 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.2 |
최근 업데이트 | 2016-12-15 |
출시 날짜 | 2016-12-15 |
평점 | 4.49/5 총 67 개의 평점 |
개발자 | https://francotecnologia.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export Tabs", "version": "1.2", "description": "Export the URL of all opened tabs to text", "icons": { "16": "tabs_io.png", "48": "tabs_io_48.png", "128": "tabs_io_128.png" }, "browser_action": { "default_icon": "tabs_io.png", "default_title": "Export Tabs", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "manifest_version": 2 } |