Igallery Screen Capturing
Capture full-screen or specific application's screen on any HTTPs domain!
什麼是Igallery Screen Capturing?
Igallery Screen Capturing是由igallery開發的Chrome擴展程式,該擴展的主要功能是“Capture full-screen or specific application's screen on any HTTPs domain!”。
擴展截圖
下載Igallery Screen Capturing擴展crx文件
下載Igallery Screen Capturing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Igallery Screen Capturing |
ID | amenejahmnhedecmcgmbbgdnjmlfhcgg |
官方網址 | 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" ] } |