Capture Full Page
Screen capture your current page in entirety and reliably!
ما هو Capture Full Page؟
Capture Full Page هو إضافة Chrome تم تطويرها بواسطة https://www.firstcontact.co، والميزة الرئيسية لها هي "Screen capture your current page in entirety and reliably!".
تحميل ملف CRX للإضافة Capture Full Page
قم بتنزيل ملفات الامتداد Capture Full Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | mgdflkfjmmjefejinkeialjfofpjmibk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/capture-full-page/mgdflkfjmmjefejinkeialjfofpjmibk |
الوصف | Screen capture your current page in entirety and reliably! |
حجم الملف | 28.59 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2016-10-03 |
تاريخ النشر | 2016-10-03 |
المطور | https://www.firstcontact.co |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://www.manhattangroup.co/privacy.pdf |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Capture Full Page", "version": "1.0.1", "manifest_version": 2, "description": "Screen capture your current page in entirety and reliably!", "browser_action": { "default_icon": "icon-999.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+P" } } }, "permissions": [ "activeTab" ], "icons": { "16": "icon16-999.png", "48": "icon48-999.png", "128": "icon128-999.png" } } |