Snap.as
Quickly upload your photos.
Cos'è Snap.as?
Snap.as è un'estensione di Chrome sviluppata da https://snap.as, e la sua funzione principale è "Quickly upload your photos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Snap.as
Scarica i file di estensione Snap.as in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | oihcgppfiigcffpedggckjaobjhdenei |
URL Ufficiale | https://chrome.google.com/webstore/detail/snapas/oihcgppfiigcffpedggckjaobjhdenei |
Descrizione | Quickly upload your photos. |
Dimensione del File | 24.12 KB |
Conteggio Installazioni | 143 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-12-15 |
Data di Pubblicazione | 2018-06-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://snap.as |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://snap.as |
URL della Pagina della Politica sulla Privacy | https://write.as/privacy |
Lingue Supportate | 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\/*" ] } } |