Screen Capture - full page
Screen capture your current page in entirety and reliably!
ما هو Screen Capture - full page؟
Screen Capture - full page هو إضافة Chrome تم تطويرها بواسطة waseem.aslam.uspto، والميزة الرئيسية لها هي "Screen capture your current page in entirety and reliably!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Screen Capture - full page
قم بتنزيل ملفات الامتداد Screen Capture - full page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Screen Capture provides the ability to take a full webpage screenshots. Capture, annotate and save as JPEG to upload, print and disseminate. The Screen Capture will also capture the webpage URLs and Day/ timestamp. This plugin is tightly built with internal APIs of United States Patent and Trademark Office (USPTO) and used internally. This plugin always be unlisted to public and distribute to USPTO internal users by network team after evaluation and approval.
معلومات أساسية عن التمديد
الاسم | Screen Capture - full page |
ID | cipcgpmnhbgchgoigejlmbihhhjpneim |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/screen-capture-full-page/cipcgpmnhbgchgoigejlmbihhhjpneim |
الوصف | Screen capture your current page in entirety and reliably! |
حجم الملف | 154 KB |
عدد التثبيتات | 258 |
النسخة الحالية | 4.0.0 |
آخر تحديث | 2022-02-23 |
تاريخ النشر | 2022-02-22 |
المطور | waseem.aslam.uspto |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.uspto.gov/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Capture - full page", "version": "4.0.0", "manifest_version": 3, "description": "Screen capture your current page in entirety and reliably!", "action": { "default_icon": "icon-999.png", "default_popup": "popup.html" }, "background.service_worker": { "scripts": [ "jquery.min.js", "moment.min.js", "lodash.min.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+P" } } }, "permissions": [ "activeTab", "tabs", "scripting" ], "optional_permissions": [ "unlimitedStorage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "*:\/\/*\/*" ], "icons": { "16": "icon16-999.png", "48": "icon48-999.png", "128": "icon128-999.png" }, "-ms-preload": { "backgroundScript": "backgroundScriptsAPIBridge.js", "contentScript": "contentScriptsAPIBridge.js" } } |