Unsplash For Chrome
Quickly search and insert beautiful free photos from Unsplash on any web page.
什么是Unsplash For Chrome?
Unsplash For Chrome是由https://unsplash.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly search and insert beautiful free photos from Unsplash on any web page.”。
扩展截图
下载Unsplash For Chrome扩展crx文件
下载Unsplash For Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Unsplash For Chrome |
ID | hliiefogghiapfajokakaehafbdpokgh |
官方URL | https://chromewebstore.google.com/detail/unsplash-for-chrome/hliiefogghiapfajokakaehafbdpokgh |
简介 | Quickly search and insert beautiful free photos from Unsplash on any web page. |
文件大小 | 1.6 MB |
安装次数 | 81,425 |
当前版本 | 1.1 |
更新时间 | 2020-03-07 |
上架时间 | 2020-03-06 |
评分 | 4.65/5 共34次评分 |
开发者 | https://unsplash.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://unsplash.com |
帮助页面URL | https://help.unsplash.com/en/ |
支持的语言 | 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" } } |