Snap.as
Quickly upload your photos.
ما هو Snap.as؟
Snap.as هو إضافة Chrome تم تطويرها بواسطة https://snap.as، والميزة الرئيسية لها هي "Quickly upload your photos.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Snap.as
قم بتنزيل ملفات الامتداد Snap.as بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | oihcgppfiigcffpedggckjaobjhdenei |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/snapas/oihcgppfiigcffpedggckjaobjhdenei |
الوصف | Quickly upload your photos. |
حجم الملف | 24.12 KB |
عدد التثبيتات | 143 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-12-15 |
تاريخ النشر | 2018-06-22 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://snap.as |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://snap.as |
عنوان صفحة سياسة الخصوصية | https://write.as/privacy |
اللغات المدعومة | 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\/*" ] } } |