Screenshoterest
Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.
Hvad er Screenshoterest?
Screenshoterest er en Chrome-udvidelse udviklet af Felipe Medina, og dens hovedfunktion er "Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.".
Udvidelsesskærmbilleder
Download Screenshoterest-udvidelses-CRX-fil
Download Screenshoterest-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Take whole page screenshot and PIN IT to Pinterest automatically. If you want, you can try taking Responsive Screenshot that will create an image mixing three canvas sizes. ============================ BLIPSHOT (Give credit where credit is due) The screenshot core that I used to get started was awesome made by Davide Casali (@folleto / http://intenseminimalism.com/). Try it at: https://chrome.google.com/webstore/detail/blipshot-%E2%80%94-one-click-scre/mdaboflcmhejfihjcbmdiebgfchigjcf
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kilkocdmfgcheopoghbpaaocbmmdohil |
Officiel URL | https://chrome.google.com/webstore/detail/screenshoterest/kilkocdmfgcheopoghbpaaocbmmdohil |
Beskrivelse | Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it. |
Filstørrelse | 153 KB |
Antal Installationer | 149 |
Nuværende Version | 2.0.1 |
Senest Opdateret | 2015-01-08 |
Udgivelsesdato | 2015-01-08 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | Felipe Medina |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Screenshoterest", "version": "2.0.1", "description": "Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.", "author": "Felipe Medina", "browser_action": { "default_icon": "icon\/toolbar.png", "default_popup": "popup.html" }, "icons": { "128": "icon\/icon128.png" }, "options_page": "options.html", "content_scripts": [ { "js": [ "jquery.min.js", "screenshotter.DOM.js" ], "matches": [ " |