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:\/\/*\/" ] } |