TinySnap (Production-ready Screenshot Tool)
Production-ready screenshots made simple for creators, developers and marketers.
Was ist TinySnap (Production-ready Screenshot Tool)?
TinySnap (Production-ready Screenshot Tool) ist eine Chrome-Erweiterung, die von https://tinysnap.app entwickelt wurde, und ihr Hauptmerkmal ist "Production-ready screenshots made simple for creators, developers and marketers.".
Erweiterungsscreenshots
TinySnap (Production-ready Screenshot Tool)-Erweiterungs-CRX-Datei herunterladen
Laden Sie TinySnap (Production-ready Screenshot Tool)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
TinySnap is a production-ready screenshot extension tool created for everyone, especially creators, developers, and marketers. If you are still taking traditional boring screen captures, now we have a better solution for you to turn your screenshots into captivating graphics aligned with your needs. You don't need fancy design skills, all you have to do is select what you want, adjust the TinySnap preview, and you are good to share. It doesn't get simpler than this. TinySnap is completely free to use, but if you need that a little bit extra, upgrade to TinySnap Pro. With TinySnap Pro, you can unlock features like: - Upload your screenshots to the cloud - Create instantly shareable links - Recover from the trash within 30 days - Custom branding watermarks - Advanced integrations - Priority Support Stay in touch: Like us on Facebook: http://facebook.com/TinySnapApp Follow us on Twitter: http://twitter.com/TinySnapApp Read our blog: https://blog.tinysnap.app Support: Have any questions or feedback? Please get in touch with our support team at [email protected].
Grundlegende Informationen zur Erweiterung
Name | TinySnap (Production-ready Screenshot Tool) |
ID | ijobkfpianooemebecnbaafnjndhbdcl |
Offizielle URL | https://chromewebstore.google.com/detail/tinysnap-production-ready/ijobkfpianooemebecnbaafnjndhbdcl |
Beschreibung | Production-ready screenshots made simple for creators, developers and marketers. |
Dateigröße | 1.52 MB |
Installationsanzahl | 4,446 |
Aktuelle Version | 1.4.3 |
Letztes Update | 2024-01-04 |
Veröffentlichungsdatum | 2022-08-11 |
Bewertung | 4.25/5 Insgesamt 8 Bewertungen |
Entwickler | https://tinysnap.app |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://tinysnap.app |
Hilfeseite URL | https://tinysnap.app |
URL der Datenschutzrichtlinien-Seite | https://tinysnap.app/privacy |
Unterstützte Sprachen | de,en,fr,pt-PT,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appTitle__", "version": "1.4.3", "description": "__MSG_appDescription__", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "activeTab", "tabs", "downloads", "cookies", "scripting" ], "host_permissions": [ " |