Super Swift Open
Super Swift Open allows you to open multiple URLs in their own tab with a single click! Tired of always typing in the same URLs…
Super Swift Open란 무엇입니까?
Super Swift Open은(는) Kyle Binns에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Super Swift Open allows you to open multiple URLs in their own tab with a single click! Tired of always typing in the same URLs…"입니다.
확장 프로그램 스크린샷
Super Swift Open 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Super Swift Open allows you to open multiple URLs in their own tab with a single click! Tired of always typing in the same URLs over and over? Do you find yourself visiting the same websites every morning? Just add your favorite URLs to this extension, and with a click of a button, all your sites will open at once! URLs are automatically synced to your Google account, so your configuration is saved in the cloud and shared across all your Chrome installations. Coming soon: -Ability to easily add any of your bookmarks to the Swift Open list for faster configuration. -Ability to reorder the configured URLs to determine opening order.
확장 프로그램 기본 정보
이름 | |
ID | mcbkkkhfeecioljofhmhogdjihdjkpdn |
공식 URL | https://chrome.google.com/webstore/detail/super-swift-open/mcbkkkhfeecioljofhmhogdjihdjkpdn |
설명 | Super Swift Open allows you to open multiple URLs in their own tab with a single click! Tired of always typing in the same URLs… |
파일 크기 | 150 KB |
설치 횟수 | 10 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2014-10-26 |
출시 날짜 | 2014-10-26 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Kyle Binns |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Swift Open", "short_name": "Swift Open", "version": "0.1.0", "options_page": "html\/options.html", "browser_action": { "default_icon": { "19": "images\/tab_new_raised.png", "38": "images\/tab_new_raised.png", "48": "images\/tab_new_raised.png", "128": "images\/tab_new_raised.png" }, "default_title": "Super Swift Open" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |