Snap.as
Quickly upload your photos.
What is Snap.as?
Snap.as is a Chrome extension developed by https://snap.as, and its main feature is "Quickly upload your photos.".
Extension Screenshots
Download Snap.as Extension CRX File
Download Snap.as extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | oihcgppfiigcffpedggckjaobjhdenei |
Official URL | https://chrome.google.com/webstore/detail/snapas/oihcgppfiigcffpedggckjaobjhdenei |
Description | Quickly upload your photos. |
File Size | 24.12 KB |
Installation Count | 143 |
Current Version | 1.0.1 |
Last Updated | 2020-12-15 |
Publish Date | 2018-06-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://snap.as |
[email protected] | |
Payment Type | free |
Extension Website | https://snap.as |
Privacy Policy Page URL | https://write.as/privacy |
Supported Languages | 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\/*" ] } } |