Background Builder
Create beautiful images and backgrounds
Background Builder란 무엇입니까?
Background Builder은(는) https://hamlab.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create beautiful images and backgrounds"입니다.
확장 프로그램 스크린샷
Background Builder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Engaging background and social images in seconds HamLab has created the easiest way to create images that fit social networks perfectly. Create images with the perfect size and format for Twitter, Facebook, Instagram, and many more! Background Builder Extension Features: - Pick a bespoke image size or select one from our presets to suit a social media post type. - Create bespoke gradients or pick from our many presets. - Use images in conjunction with background images. - Overlay shapes which can drag and dropped so you can get the perfect look. - Simply click the Background Builder icon in your browser and the Pablo dashboard will open in a new tab. Background Builder Overview: A quick and simple way to instantly increase the engagement on your social media or blog posts with beautiful and eye catching images. Images are an important hook that draws more clicks, shares, and favorites on social media. And a number of marketing studies report the same: + Blog posts with images receive more views than those without. + Having at least one image in a post leads to more than double the shares on Facebook and Twitter. + Using an image on Twitter increases retweets and favorites. Engagement-grabbing social media images will improve your social media presense and with our background generation tool you can create something awesome in minutes. Our free tool has no sign-in and no design experience is needed. Privacy: This tool does not record or store any of your data. Donate: If you found this product useful, please consider a small donation - https://hamlab.dev/donate
확장 프로그램 기본 정보
이름 | Background Builder |
ID | knlgjbeafpjjpegcplnhepmaaphankbl |
공식 URL | https://chromewebstore.google.com/detail/background-builder/knlgjbeafpjjpegcplnhepmaaphankbl |
설명 | Create beautiful images and backgrounds |
파일 크기 | 17.27 KB |
설치 횟수 | 164 |
현재 버전 | 1.00 |
최근 업데이트 | 2020-07-13 |
출시 날짜 | 2020-07-13 |
개발자 | https://hamlab.dev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bg.hamlab.dev |
도움말 페이지 URL | https://hamlab.dev/background-image-generator |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Background Builder", "version": "1.00", "description": "Create beautiful images and backgrounds", "browser_action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 2 } |