Save my Tabs
Save all tabs at once.
Save my Tabs란 무엇입니까?
Save my Tabs은(는) SG Web에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save all tabs at once."입니다.
확장 프로그램 스크린샷
Save my Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Save my Tabs is an extension that with one click can save all open tabs in your browser. After the click, you have the option of: - Select the tab you want to save - Save to Favorites choosing the directory to be saved or creating a new directory. - Copy to clipboard, which allows it to where you want to paste the links and can send it by email, message, etc.. In addition to saving the tabs that are open in your browser, Save my Tabs has the capability to open multiple tabs content from a list of URL's. You can select a list of URL's and with the right mouse button to choose "Open links in new tabs." by SG Web and Monteverde.
확장 프로그램 기본 정보
이름 | Save my Tabs |
ID | djadfifncobffjpicnkiegahdiobpaap |
공식 URL | https://chromewebstore.google.com/detail/save-my-tabs/djadfifncobffjpicnkiegahdiobpaap |
설명 | Save all tabs at once. |
파일 크기 | 25.46 KB |
설치 횟수 | 26,913 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2017-03-13 |
출시 날짜 | 2017-03-13 |
평점 | 4.03/5 총 86 개의 평점 |
개발자 | SG Web |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/wsiqueira/savemytabs-chrome-ext/ |
도움말 페이지 URL | https://github.com/wsiqueira/savemytabs-chrome-ext/wiki |
지원되는 언어 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save my Tabs", "default_locale": "en", "description": "__MSG_description__", "manifest_version": 2, "version": "1.0.6", "background": { "scripts": [ "js\/links.js" ] }, "permissions": [ "contextMenus", "bookmarks", "tabs" ], "browser_action": { "default_title": "Save my Tabs", "default_icon": "img\/icons\/icon48.png", "default_popup": "index.html" }, "icons": { "16": "img\/icons\/icon16.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" } } |