openURLs
Open selected URLs
openURLs란 무엇입니까?
openURLs은(는) dimaeromin97에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open selected URLs"입니다.
확장 프로그램 스크린샷
openURLs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Opens URLs from selected text Fork me on GitHub: https://github.com/dimaeromin97/open-urls-crx This extension requires the "Tabs" permission in order to open new tabs. The permission appears as "Access your browsing activity" because URLs of tabs are accessible, although this access is only used to set the URL of tabs opened by the extension.
확장 프로그램 기본 정보
이름 | |
ID | nbbldngkgchfmfdfgkniongenfdcogdh |
공식 URL | https://chrome.google.com/webstore/detail/openurls/nbbldngkgchfmfdfgkniongenfdcogdh |
설명 | Open selected URLs |
파일 크기 | 31.85 KB |
설치 횟수 | 43 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2019-01-23 |
출시 날짜 | 2019-01-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | dimaeromin97 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "openURLs", "short_name": "openURLs", "description": "Open selected URLs", "version": "0.0.2", "browser_action": { "default_icon": "img\/512.png" }, "icons": { "512": "img\/512.png", "128": "img\/128.png", "16": "img\/16.png", "19": "img\/19.png" }, "background": { "scripts": [ "dist\/bundle.js" ] }, "permissions": [ "contextMenus", "activeTab", "tabs" ] } |