Images for Google Jamboard
Creates a new Google Jamboard™ Jam™ and add set of images
Images for Google Jamboard란 무엇입니까?
Images for Google Jamboard은(는) Free Useful Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates a new Google Jamboard™ Jam™ and add set of images"입니다.
확장 프로그램 스크린샷
Images for Google Jamboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Want to have more images/icons to add to your Google Jamboard? Install this extension today to add over 100+ images/icons at your fingertips when you use your Google Jamboard. Once you install this extension, 2 new buttons will appear inside the "Upload Images" tab when you wish to add in icons/images to your Jamboard. Simply choose the images/icons you wish to use and you can upload these images/icons to the Google Jamboard for free. Over 100+ icons are images are accessible for use in your Google Jamboard once you install this software today. Have more options and make your Google Jamboard even more memorable. Please note this extension was made by an external development team. This is NOT an official extension from Google.
확장 프로그램 기본 정보
이름 | |
ID | ogcbnogkaknbkbcajgchajekgnbjfmig |
공식 URL | https://chromewebstore.google.com/detail/images-for-google-jamboar/ogcbnogkaknbkbcajgchajekgnbjfmig |
설명 | Creates a new Google Jamboard™ Jam™ and add set of images |
파일 크기 | 11.62 MB |
설치 횟수 | 1,309 |
현재 버전 | 3.0.1 |
최근 업데이트 | 2022-05-26 |
출시 날짜 | 2022-05-26 |
개발자 | Free Useful Apps |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "short_name": "__MSG_appShortName__", "default_locale": "en", "version": "3.0.1", "icons": { "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon128.png", "default_title": "__MSG_browserActionTitle__" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/jamboard.google.com\/*", "*:\/\/docs.google.com\/*" ], "js": [ "scripts\/content-images.js", "scripts\/content-icons.js" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "images\/*", "icons\/*" ], "matches": [ "*:\/\/jamboard.google.com\/*", "*:\/\/docs.google.com\/*" ] } ], "homepage_url": "https:\/\/images-for-jamboard.freespeedcheck.net\/" } |