SnapWeb
Blazing fast & offline saving functionality for selective web elements
ما هو SnapWeb؟
SnapWeb هو إضافة Chrome تم تطويرها بواسطة Apoorv Saxena، والميزة الرئيسية لها هي "Blazing fast & offline saving functionality for selective web elements".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SnapWeb
قم بتنزيل ملفات الامتداد SnapWeb بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A blazing fast option to save selective web elements as HTML for offline use. This extension provides you with a very easy accessible and offline playground for interacting with selective web elements in their original HTML form. Perfect for folks who want to share selective elements found on different webpages, even without Internet connectivity, and for editing them later if required. Step by Step instructions: - Click on SnapWeb on right hand side of url bar - Select a element on webpage using mouse to snap - Selected element opens up in another page - Save element snap for offline use. Features: * Works offline * Save your snaps with Auto-save in their HTML form * Save as HTML file for offline use Disclaimer ---------- SnapWeb does not track any user specific data. It uses Google Analytics to track aggregated events to improve user experience based on what features are used more. If still you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro. Help & Support --------------- Twitter - https://twitter.com/apoorv_saxena
معلومات أساسية عن التمديد
الاسم | SnapWeb |
ID | nbnnkdcfkadnfhdnccjkkkblniinjooc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/snapweb/nbnnkdcfkadnfhdnccjkkkblniinjooc |
الوصف | Blazing fast & offline saving functionality for selective web elements |
حجم الملف | 118 KB |
عدد التثبيتات | 171 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2017-08-07 |
تاريخ النشر | 2017-08-06 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | Apoorv Saxena |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SnapWeb", "version": "0.0.2", "manifest_version": 2, "description": "Blazing fast & offline saving functionality for selective web elements", "homepage_url": "https:\/\/apoorvsaxena.github.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "src\/options_custom\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Trigger SnapWeb" }, "permissions": [ "downloads", "storage", "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "src\/background\/background.js" ], "persistent": false }, "web_accessible_resources": [ "src\/options_custom\/index.html", "https:\/\/www.google-analytics.com\/analytics.js" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/ ; object-src 'self'" } |