Unsplash Free Hi-Resolution Photos Previewer
Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.
什么是Unsplash Free Hi-Resolution Photos Previewer?
Unsplash Free Hi-Resolution Photos Previewer是由Estudiiio开发的Chrome扩展程序,该扩展的主要功能是“Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.”。
扩展截图
下载Unsplash Free Hi-Resolution Photos Previewer扩展crx文件
下载Unsplash Free Hi-Resolution Photos Previewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lets you choose a photo from the Unsplash.com blog, and preview them to the entire page or a specified CSS selector to see how it looks. Useful when you're designing a website and want to quickly find a free image that will look good.
扩展基本信息
名称 | Unsplash Free Hi-Resolution Photos Previewer |
ID | libmlgomhhohdfldmdppljefhkdbcnci |
官方URL | https://chromewebstore.google.com/detail/unsplash-free-hi-resoluti/libmlgomhhohdfldmdppljefhkdbcnci |
简介 | Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab. |
文件大小 | 60.56 KB |
安装次数 | 936 |
当前版本 | 0.1 |
更新时间 | 2014-09-05 |
上架时间 | 2014-09-04 |
评分 | 3.67/5 共6次评分 |
开发者 | Estudiiio |
付费类型 | free |
扩展官网 | http://estudiiio.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unsplash Free Hi-Resolution Photos Previewer", "description": "Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.", "version": "0.1", "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Unsplash Free Hi-Resolution Photos Previewer" }, "icons": { "128": "icon-128.png", "48": "icon-48.png", "32": "icon-32.png" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "http:\/\/*\/", "https:\/\/*\/" ] } |