Igallery Screen Capturing
Capture full-screen or specific application's screen on any HTTPs domain!
ما هو Igallery Screen Capturing؟
Igallery Screen Capturing هو إضافة Chrome تم تطويرها بواسطة igallery، والميزة الرئيسية لها هي "Capture full-screen or specific application's screen on any HTTPs domain!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Igallery Screen Capturing
قم بتنزيل ملفات الامتداد Igallery Screen Capturing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
iGallery is a unique gallery that is dedicated to the promotion of artists, designers and craftsmen who are seeking exposure to their target markets. iGallery serves as a platform that bridges the gap between artists and their clients.
We showcase artwork & designs that are connected to culture and place. We forge collaborations with craftsmen, designers and artists so as to give a contemporary take on certain skills and materials.
iGallery provides everything that art lovers need in one place. Artists, designers and craftsmen can also create their full online studio with a fully responsive product gallery for any media type and social media network. . We provide artists, designers and craftsmen with a support network that will enable them to learn, grow and flourish.
An Ever Growing Platform That is Dedicated To the World of Your Artistic Creations
Our mission is to provide a platform for artist to showcase and promote original artworks and to provide them with the needed support. We are focused on offering nothing but the best selection of high – quality artworks by both established and emerging artists, designers and craftsmen. معلومات أساسية عن التمديد
| الاسم | |
| ID | amenejahmnhedecmcgmbbgdnjmlfhcgg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/igallery-screen-capturing/amenejahmnhedecmcgmbbgdnjmlfhcgg |
| الوصف | Capture full-screen or specific application's screen on any HTTPs domain! |
| حجم الملف | 7.9 KB |
| عدد التثبيتات | 22 |
| النسخة الحالية | 0.0.3 |
| آخر تحديث | 2016-12-05 |
| تاريخ النشر | 2016-12-05 |
| تقييم | 4.00/5 مجموع تقييمات 2 |
| المطور | igallery |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Igallery Screen Capturing",
"author": "Enrique Thumar",
"version": "0.0.3",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "Capture full-screen or specific application's screen on any HTTPs domain!",
"homepage_url": "https:\/\/www.igallery.tv\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"http:\/\/localhost\/*",
"https:\/\/igallery.tv\/*",
"http:\/\/igallery.tv\/*",
"https:\/\/www.igallery.tv\/*",
"http:\/\/www.igallery.tv\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |