Simple Page Screenshot
Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL.
Vad är Simple Page Screenshot?
Simple Page Screenshot är en Chrome-tillägg utvecklad av paradoxxxzero, och dess huvudfunktion är "Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL.".
Tilläggsskärmbilder
Ladda ner Simple Page Screenshot-förlängningens CRX-fil
Ladda ner Simple Page 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
Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL. Right click on the image to save it or copy the datu URL with Copy image URL
Grundläggande Information om Tillägg
Namn | |
ID | llhehkgnfcfjbpknaljplknmimhggbpa |
Officiell webbadress | https://chrome.google.com/webstore/detail/simple-page-screenshot/llhehkgnfcfjbpknaljplknmimhggbpa |
Beskrivning | Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL. |
Filstorlek | 8.71 KB |
Antal Installationer | 255 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2014-04-04 |
Publiceringsdatum | 2014-04-04 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | paradoxxxzero |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/paradoxxxzero/simple_page_screenshot |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Page Screenshot", "version": "1.0.0", "author": "Florian Mounier - paradoxxxzero", "homepage_url": "https:\/\/github.com\/paradoxxxzero\/simple_page_screenshot", "description": "Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL.", "icons": { "128": "icon.png" }, "browser_action": { "default_title": "", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", " |