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 |
官方網址 | 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:\/\/*\/" ] } |