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 |
| 官方網址 | 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"
}
} | |