Unsplash For Chrome
Quickly search and insert beautiful free photos from Unsplash on any web page.
What is Unsplash For Chrome?
Unsplash For Chrome is a Chrome extension developed by https://unsplash.com, and its main feature is "Quickly search and insert beautiful free photos from Unsplash on any web page.".
Extension Screenshots
Download Unsplash For Chrome Extension CRX File
Download Unsplash For Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This official Unsplash for Chrome extension enables you to quickly search and insert beautiful photos from any webpage. Free to download and use however you want.
Extension Basic Information
Name | Unsplash For Chrome |
ID | hliiefogghiapfajokakaehafbdpokgh |
Official URL | https://chromewebstore.google.com/detail/unsplash-for-chrome/hliiefogghiapfajokakaehafbdpokgh |
Description | Quickly search and insert beautiful free photos from Unsplash on any web page. |
File Size | 1.6 MB |
Installation Count | 81,425 |
Current Version | 1.1 |
Last Updated | 2020-03-07 |
Publish Date | 2020-03-06 |
Rating | 4.65/5 Total 34 Ratings |
Developer | https://unsplash.com |
[email protected] | |
Payment Type | free |
Extension Website | https://unsplash.com |
Help Page URL | https://help.unsplash.com/en/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unsplash For Chrome", "version": "1.1", "description": "Quickly search and insert beautiful free photos from Unsplash on any web page.", "permissions": [ "storage", "unlimitedStorage" ], "browser_action": { "default_title": "Unsplash Chrome Extension", "default_icon": "icon.png", "default_popup": "app\/index.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "128": "icon.png" } } |