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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Estudiiio และคุณลักษณะหลักของมันคือ "Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unsplash Free Hi-Resolution Photos Previewer
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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:\/\/*\/"
]
} | |