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 |
公式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 |
Eメール | [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" } } |