Placeholder Image
Quickly generate and find the right placeholder image for work!
Placeholder Image란 무엇입니까?
Placeholder Image은(는) mike에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly generate and find the right placeholder image for work!"입니다.
확장 프로그램 스크린샷
Placeholder Image 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Functions 1: Find the right placeholder image for your project - Generate customized placeholder image with URL - Search for the image you want through four famous website providing royalty free images Function 2: Generate a report listing URLs of images with different size - Simply right click on the image and choose "ShowImageURL"
확장 프로그램 기본 정보
이름 | Placeholder Image |
ID | giidjkijabogomgacafdieofnebbmmpg |
공식 URL | https://chromewebstore.google.com/detail/placeholder-image/giidjkijabogomgacafdieofnebbmmpg |
설명 | Quickly generate and find the right placeholder image for work! |
파일 크기 | 29.3 MB |
설치 횟수 | 161 |
현재 버전 | 1.2 |
최근 업데이트 | 2019-08-30 |
출시 날짜 | 2019-08-25 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | mike |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bit.ly/2GN6q1F |
도움말 페이지 URL | https://github.com/smallpaes/find-placeholder-image |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Placeholder Image", "version": "1.2", "description": "Quickly generate and find the right placeholder image for work!", "permissions": [ "contextMenus", "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/image16.png", "32": "images\/image32.png", "48": "images\/image48.png", "128": "images\/image128.png" } }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "16": "images\/image16.png", "32": "images\/image32.png", "48": "images\/image48.png", "128": "images\/image128.png" }, "content_scripts": [ { "matches": [ " |