Tinybeest Image Optimizer
Tinybeest makes it ridiculously simple to convert, resize, and optimize images
O que é Tinybeest Image Optimizer?
Tinybeest Image Optimizer é uma extensão do Chrome desenvolvida por http://tinybeest.com, e sua principal característica é "Tinybeest makes it ridiculously simple to convert, resize, and optimize images".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tinybeest Image Optimizer
Baixe arquivos de extensão Tinybeest Image Optimizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | iddlfhoicnaonfnepnjogldeaifkocae |
URL Oficial | https://chrome.google.com/webstore/detail/tinybeest-image-optimizer/iddlfhoicnaonfnepnjogldeaifkocae |
Descrição | Tinybeest makes it ridiculously simple to convert, resize, and optimize images |
Tamanho do Arquivo | 1.86 MB |
Contagem de Instalações | 1,933 |
Versão Atual | 1.3.0 |
Última Atualização | 2021-06-18 |
Data de Publicação | 2020-06-02 |
Classificação | 4.04/5 Total de 28 Avaliações |
Desenvolvedor | http://tinybeest.com |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://tinybeest.com |
URL da Página de Ajuda | https://tinybeest.com/faq |
URL da Página de Política de Privacidade | https://wildebee.st/privacy-policy |
Idiomas Suportados | 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", " |