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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |