Make a Screenshot
Easy one click screenshot. The screenshot comes in a new tab.
Vad är Make a Screenshot?
Make a Screenshot är en Chrome-tillägg utvecklad av http://earth3dmap.com, och dess huvudfunktion är "Easy one click screenshot. The screenshot comes in a new tab.".
Tilläggsskärmbilder
Ladda ner Make a Screenshot-förlängningens CRX-fil
Ladda ner Make a Screenshot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Easy tool to make screenshots. Just visit a website, click on the Make a Screenshot icon in your Chrome and the screenshot is ready. It will be visible in a new tab and then you can right-click the picture and save it. This screenshot extension is very small and quick. You can test it now. Thank you! Make a Screenshot is a snapshot tool and it gives you the easiest way to capture your screen into images.
Grundläggande Information om Tillägg
Namn | Make a Screenshot |
ID | gfpdknjgjlakoegfncghjdggmolfocpa |
Officiell webbadress | https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa |
Beskrivning | Easy one click screenshot. The screenshot comes in a new tab. |
Filstorlek | 16.64 KB |
Antal Installationer | 77,435 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2018-07-18 |
Publiceringsdatum | 2018-07-18 |
Betyg | 3.72/5 Totalt 43 Betyg |
Utvecklare | http://earth3dmap.com |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://earth3dmap.com/privacy-policy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Make a Screenshot", "version": "1.2", "description": "Easy one click screenshot. The screenshot comes in a new tab.", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "camera.png", "default_title": "Make a screenshot!" }, "permissions": [ "activeTab" ], "manifest_version": 2 } |