Capture Full Page
Screen capture your current page in entirety and reliably!
什麼是Capture Full Page?
Capture Full Page是由https://www.firstcontact.co開發的Chrome擴展程式,該擴展的主要功能是“Screen capture your current page in entirety and reliably!”。
下載Capture Full Page擴展crx文件
下載Capture Full Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | mgdflkfjmmjefejinkeialjfofpjmibk |
官方網址 | 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 |
隱私政策頁面URL | 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" } } |