Snap.as
Quickly upload your photos.
Was ist Snap.as?
Snap.as ist eine Chrome-Erweiterung, die von https://snap.as entwickelt wurde, und ihr Hauptmerkmal ist "Quickly upload your photos.".
Erweiterungsscreenshots
Snap.as-Erweiterungs-CRX-Datei herunterladen
Laden Sie Snap.as-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
A quick way to upload your photos to Snap.as — a simple photo sharing service — made especially for writers publishing on Write.as. Just open the extension, drag a photo in, and the Markdown will be copied to your clipboard. Then, simply paste it in any Markdown-enabled editor. NOTE: this extension requires a Write.as Pro account, which includes access to Snap.as.
Grundlegende Informationen zur Erweiterung
Name | |
ID | oihcgppfiigcffpedggckjaobjhdenei |
Offizielle URL | https://chrome.google.com/webstore/detail/snapas/oihcgppfiigcffpedggckjaobjhdenei |
Beschreibung | Quickly upload your photos. |
Dateigröße | 24.12 KB |
Installationsanzahl | 143 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2020-12-15 |
Veröffentlichungsdatum | 2018-06-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://snap.as |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://snap.as |
URL der Datenschutzrichtlinien-Seite | https://write.as/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snap.as", "short_name": "Snap.as", "description": "Quickly upload your photos.", "version": "1.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "38": "icon76.png" }, "default_title": "Upload to Snap.as" }, "background": { "scripts": [ "popup.js" ] }, "permissions": [ "webRequest", "notifications", "clipboardWrite", "https:\/\/*.snap.as\/" ], "web_accessible_resources": [ "uploader.html" ], "externally_connectable": { "matches": [ "*:\/\/*.snap.as\/*" ] } } |