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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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:\/\/*\/"
]
} | |