Multitab I/O
Export a list of URLs from open tabs, or bulk-open a list of pasted URLs.
Multitab I/O란 무엇입니까?
Multitab I/O은(는) dr.zaus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export a list of URLs from open tabs, or bulk-open a list of pasted URLs."입니다.
확장 프로그램 스크린샷
Multitab I/O 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simplified import/export of your current browsing session: it creates a list of the open tabs from the active window, allowing you to share this list however you choose (e.g. via email or basic text file). You can also paste that list of urls to open them all in new tabs. Specifics on usage: 1. It checks for links, one per line 2. Links must be the only thing on the line 3. Links are identified by starting with 'http' or containing '://' 4. Anything not matching link criteria is ignored (i.e. title lines) Permissions: 1. Tabs and Browsing Activity -- required to get the list of open tabs. Does not check for anything else. Inspired by "Tab-Snap", which graciously provides its source code. Likewise, view full source for this extension at https://github.com/zaus/chrome-ext-multitab-io
확장 프로그램 기본 정보
이름 | Multitab I/O |
ID | jolmkddbfhhillmepjmbhjedjnnpgmom |
공식 URL | https://chromewebstore.google.com/detail/multitab-io/jolmkddbfhhillmepjmbhjedjnnpgmom |
설명 | Export a list of URLs from open tabs, or bulk-open a list of pasted URLs. |
파일 크기 | 13.97 KB |
설치 횟수 | 345 |
현재 버전 | 0.1.8 |
최근 업데이트 | 2017-07-19 |
출시 날짜 | 2017-07-18 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | dr.zaus |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multitab I\/O", "version": "0.1.8", "description": "Export a list of URLs from open tabs, or bulk-open a list of pasted URLs.", "icons": { "128": "icon128.png", "96": "icon96.png", "48": "icon48.png" }, "browser_action": { "default_icon": "icon96.png", "default_name": "Multitab I\/O", "default_title": "Multitab I\/O", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs" ] } |