Upload To picBox
Upload an image to the free picBox service.
Upload To picBox란 무엇입니까?
Upload To picBox은(는) http://picbox.us에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upload an image to the free picBox service."입니다.
확장 프로그램 스크린샷
Upload To picBox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
picBox enables you to share text, images, screen snips, full-screen and multi-monitor screen captures effortlessly and seamlessly to anyone on the internet. The Upload to picBox extension is just another feature-set of the full picBox project, allowing you to right click and share images you find around the internet, as well as upload pictures from your computer directly to our secure servers, returning a text link into your clipboard. We are dedicated to bringing you a great experience, and welcome any and all constructive feedback we recieve! More information about picBox and its products can be found at https://picbox.us
확장 프로그램 기본 정보
이름 | |
ID | oogdogaijchgbmakknkjcmimfgdpodil |
공식 URL | https://chrome.google.com/webstore/detail/upload-to-picbox/oogdogaijchgbmakknkjcmimfgdpodil |
설명 | Upload an image to the free picBox service. |
파일 크기 | 20.7 KB |
설치 횟수 | 36 |
현재 버전 | 2.5.0 |
최근 업데이트 | 2013-04-13 |
출시 날짜 | 2013-04-13 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | http://picbox.us |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://picbox.us |
지원되는 언어 | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon-128.png", "default_popup": "upload.html", "default_title": "Upload To picBox" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Upload an image to the free picBox service.", "background": { "scripts": [ "background.js" ] }, "name": "Upload To picBox", "permissions": [ "contextMenus", "tabs" ], "options_page": "options.html", "icons": { "48": "icon-48.png", "128": "icon-128.png", "16": "icon-16.png" }, "manifest_version": 2, "version": "2.5.0" } |