Tinybeest Image Optimizer
Tinybeest makes it ridiculously simple to convert, resize, and optimize images
Tinybeest Image Optimizer란 무엇입니까?
Tinybeest Image Optimizer은(는) http://tinybeest.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tinybeest makes it ridiculously simple to convert, resize, and optimize images"입니다.
확장 프로그램 스크린샷
Tinybeest Image Optimizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a free trial of Tinybeest. You will have the same tools as Tinybeest Standard, but will be limited to 10 images. If you like what you see, please consider upgrading to Tinybeest Pro to support our team's efforts to operate and maintain the platform. Tinybeest is an online image compression and optimization Chrome Extension that makes it ridiculously simple to resize, shrink, optimize, reduce, compress and convert any images right in your browser. Our image compression tool supports all major image extensions (unlike browser-based apps like TinyPNG and Compress PNG). If you like Tinybeest for Chrome, consider downloading Tinybeest for macOS on our website. Tinybeest is a Google Chrome image extension that helps you quickly optimize images for SEO, web design productivity and site speed performance by allowing you to right-click (or CTRL+click on Mac) on an image in your browser, then download a compressed and optimized version photo to your computer. Your compressed image will have the same resolution, but with a reduced file size and the preferred image extension to appease the SEO and site speed gods. Tinybeest Chrome Extension features include: • "Quick Optimize" option available with a right-click in your browser • Compress JPG, PNG, and other web image formats including WebP and animated GIF • User-friendly interface that shows compressed image details in your browser • Process images (up to 5MB for Standard and up to 30MB for Pro) • Convert images to different file formats (like PNG, JPG, and Google WebP) • Ability to process and compress static or animated GIFs • Built-in on page image SEO analysis (you can see which images on your current page need compression and optimization and allows you to optimize, resize, and compress with a single click, neatly downloaded in a .zip file) With the Tinybeest Chrome Extension, you'll level-up image compression and productivity features are great for a wide range of digital professionals: For Website Designers Tinybeest is a great productivity tool that allows you to quickly produce mockups and wireframes for new websites, redesigns, and demos with properly sized and optimized images. For Web Developers Tinybeest can speed up file management. Leverage our Pro version for beneficial site migration features like bulk download and optimization. For Content Producers Quickly mine image assets from the web and easily resize, compress, and optimize images in any file extension or format that are ready for publication. For Social Media Managers The social world runs on image-based content. Utilize Tinybeest to streamline the creation of your media assets. For SEO Professionals Tinybeest Pro gives you features that help quickly analyze image size and ideal compression for a faster page load. This tool can be a life-saver during a website audit or website migration. For QA Professionals Tinybeest will make front end testing for speed, accessibility, and usability easier by allowing you to quickly analyze and optimize media for your users. For Photographers If you’re managing a photo catalog on the web, Tinybeest’s image compression and optimization capabilities make it one of the best free photo editing tools on the web. We make it easy to download properly sized images for editing and upload. Lean on Tinybeest PRO for bulk editing and downloading capabilities. Ecommerce Merchants Avoid navigating through FTP and databases and quickly download properly optimized product photos to your computer for use on your site. Site speed and proper sizing will help your store stand out from the competition. How To Compress and Optimize Images with Tinybeest: 1. Right-click (or CTRL+click on Mac) the image you would like to optimize (.jpg, .png, .svg, .gif, .tif, or .webp), then select "Quick Optimize". Or if you would like to change the file type, choose your preferred file type (JPG, PNG, WebP) and choose the size you would like. Keep in mind, you can't size an image up larger than it already is, so those options will be greyed out. 2. Once the image processes (1-10 seconds, depending on file size), a Save As dialog will allow you to save your optimized image locally to your computer. About Tinybeest If you love the productivity benefits that the Tinybeest Chrome Extension offers, the team at Wildebeest have a desktop image compression app for Mac that lets you bulk optimize images and adjust image quality. Our desktop image compression app also supports additional image extensions, including PDF and GIF images. You can learn more and download it at https://tinybeest.com Tinybeest is an image SEO and productivity tool created internally at Wildebeest in Marina del Rey, CA. Say howdy and see some of our other work at https://wildebee.st Terms of Service https://tinybeest.com/terms-of-service Privacy Policy https://tinybeest.com/privacy-policy
확장 프로그램 기본 정보
이름 | |
ID | iddlfhoicnaonfnepnjogldeaifkocae |
공식 URL | https://chrome.google.com/webstore/detail/tinybeest-image-optimizer/iddlfhoicnaonfnepnjogldeaifkocae |
설명 | Tinybeest makes it ridiculously simple to convert, resize, and optimize images |
파일 크기 | 1.86 MB |
설치 횟수 | 1,933 |
현재 버전 | 1.3.0 |
최근 업데이트 | 2021-06-18 |
출시 날짜 | 2020-06-02 |
평점 | 4.04/5 총 28 개의 평점 |
개발자 | http://tinybeest.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://tinybeest.com |
도움말 페이지 URL | https://tinybeest.com/faq |
개인정보 보호 정책 페이지 URL | https://wildebee.st/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tinybeest Image Optimizer", "short_name": "Tinybeest", "version": "1.3.0", "author": "Wildebeest", "homepage_url": "http:\/\/tinybeest.com", "description": "Tinybeest makes it ridiculously simple to convert, resize, and optimize images", "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "src\/popup.html" }, "options_ui": { "page": "src\/options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.5.1.min.js", "src\/page-audit.js", "src\/services\/content-service.js", "src\/content.js" ], "css": [ "src\/content.css", "src\/page-audit.css", "src\/modal.css" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "persistent": true, "scripts": [ "jquery-3.5.1.min.js", "tf-2.8.5.min.js", "src\/env.js", "src\/services\/notification-service.js", "src\/services\/ml-service.js", "src\/services\/file-service.js", "src\/services\/api-service.js", "src\/services\/local-storage-service.js", "src\/services\/context-menu-service.js", "src\/services\/utility-service.js", "src\/services\/user-service.js", "src\/services\/processing-service.js", "src\/background.js" ] }, "oauth2": { "client_id": "290195925983-5knjv0kd4e3dn3hr2kajt68ugbt1bbtr.apps.googleusercontent.com", "scopes": [ "email", "profile" ] }, "permissions": [ "tabs", "activeTab", "http:\/\/*.google.com\/", "http:\/\/googleapis.com\/", "contextMenus", "storage", " |