OneClick Share Screenshot
The fastest way to share screenshots
OneClick Share Screenshot란 무엇입니까?
OneClick Share Screenshot은(는) https://1ce.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The fastest way to share screenshots"입니다.
확장 프로그램 스크린샷
OneClick Share Screenshot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
☑ The fastest way to share a screenshot. ☑ One click, and immediately you get a URL that you can share. ☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source. ☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome. ☑ The extension works on Linux, Mac & Windows platforms. ☑ Everyone get unlimited storage, so don't stop to share screenshots!
확장 프로그램 기본 정보
이름 | OneClick Share Screenshot |
ID | bilhmoofdampcoaccakcdelibcaafopm |
공식 URL | https://chromewebstore.google.com/detail/oneclick-share-screenshot/bilhmoofdampcoaccakcdelibcaafopm |
설명 | The fastest way to share screenshots |
파일 크기 | 58.68 KB |
설치 횟수 | 233 |
현재 버전 | 1.1 |
최근 업데이트 | 2018-03-13 |
출시 날짜 | 2018-03-13 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | https://1ce.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.openscreenshot.com |
도움말 페이지 URL | http://www.openscreenshot.com |
개인정보 보호 정책 페이지 URL | https://www.webpagescreenshot.info/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OneClick Share Screenshot", "version": "1.1", "manifest_version": 2, "description": "The fastest way to share screenshots", "homepage_url": "http:\/\/www.openscreenshot.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "activeTab" ], "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Click to share screenshot" } } |