SnapIt
Download exact visualization of a webpage
ما هو SnapIt؟
SnapIt هو إضافة Chrome تم تطويرها بواسطة Philip Rogers، والميزة الرئيسية لها هي "Download exact visualization of a webpage".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SnapIt
قم بتنزيل ملفات الامتداد SnapIt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Download an exact visual representation of a webpage.
https://github.com/stevenbfine/snap-it معلومات أساسية عن التمديد
| الاسم | |
| ID | ihcoajeckiamdgjipkokhcggolflbinf |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/snapit/ihcoajeckiamdgjipkokhcggolflbinf |
| الوصف | Download exact visualization of a webpage |
| حجم الملف | 25.88 KB |
| عدد التثبيتات | 1,337 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2016-08-26 |
| تاريخ النشر | 2016-08-26 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | Philip Rogers |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/stevenbfine/snap-it |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SnapIt",
"description": "Download exact visualization of a webpage",
"version": "1.0",
"manifest_version": 2,
"browser_action": {
"default_icon": "assets\/camera48.png",
"default_popup": "popup.html"
},
"icons": {
"16": "assets\/camera16.png",
"48": "assets\/camera48.png",
"128": "assets\/camera128.png"
},
"permissions": [
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |