Screenshot.rocks: One-click design mockups
Create beautiful browser and mobile mockups in one-click.
Screenshot.rocks: One-click design mockups란 무엇입니까?
Screenshot.rocks: One-click design mockups은(는) https://screenshot.rocks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create beautiful browser and mobile mockups in one-click."입니다.
확장 프로그램 스크린샷
Screenshot.rocks: One-click design mockups 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Create beautiful browser screenshots from any web page in one click. Screenshot.rocks will make your screenshots stand out by wrapping them in beautiful & customisable browser or mobile frames. You can easily export your screenshots in popular formats, such as PNG, JPG and SVG. There are endless styles, colours or backgrounds you can apply to your screenshots to fit your brand identity. Never send a boring screenshot again. Screenshot.rocks doesn't require any unnecessary permissions or ads. The code is fully open source and can be found on GitHub: https://github.com/daveearley/screenshot.rocks
확장 프로그램 기본 정보
이름 | Screenshot.rocks: One-click design mockups |
ID | oolmphedpohnagciifbnfpemadolahki |
공식 URL | https://chromewebstore.google.com/detail/screenshotrocks-one-click/oolmphedpohnagciifbnfpemadolahki |
설명 | Create beautiful browser and mobile mockups in one-click. |
파일 크기 | 14.64 KB |
설치 횟수 | 2,039 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-03-28 |
출시 날짜 | 2020-07-15 |
평점 | 4.86/5 총 14 개의 평점 |
개발자 | https://screenshot.rocks |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://screenshot.rocks |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screenshot.rocks: One-click design mockups", "version": "1.0", "description": "Create beautiful browser and mobile mockups in one-click.", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "button.png", "default_title": "Create Mockup Image!" }, "permissions": [ "activeTab" ], "manifest_version": 2, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |