Snap.as
Quickly upload your photos.
Wat is Snap.as?
Snap.as is een Chrome-extensie ontwikkeld door https://snap.as, en de belangrijkste functie is "Quickly upload your photos.".
Extensie Screenshots
Download het CRX-bestand van de extensie Snap.as
Download Snap.as-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | oihcgppfiigcffpedggckjaobjhdenei |
Officiële URL | https://chrome.google.com/webstore/detail/snapas/oihcgppfiigcffpedggckjaobjhdenei |
Beschrijving | Quickly upload your photos. |
Bestandsgrootte | 24.12 KB |
Aantal Installaties | 143 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-12-15 |
Publicatiedatum | 2018-06-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://snap.as |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://snap.as |
URL van de Privacybeleid Pagina | https://write.as/privacy |
Ondersteunde Talen | 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\/*" ] } } |