Page Cliper

選択領域をシングルページのHTMLとして保存します

What is Page Cliper?

Page Cliper is a Chrome extension developed by negokaz, and its main feature is "選択領域をシングルページのHTMLとして保存します".

Download Page Cliper Extension CRX File

Download Page Cliper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - v0.2.0
    新たにページをクリップするとクリップ済みのタブの内容が書き換わる問題を修正
- v0.2.1
    大きなページをクリップできないことがある問題を修正
- v0.3.0
    同一ページを指す絶対パスのリンクを相対パスに変換するよう変更                    

Extension Basic Information

Name Page Cliper Page Cliper
ID mcgjagheakiljmbkkmbagfkpcbiogccd
Official URL https://chrome.google.com/webstore/detail/page-cliper/mcgjagheakiljmbkkmbagfkpcbiogccd
Description 選択領域をシングルページのHTMLとして保存します
File Size 120 KB
Installation Count 15
Current Version 0.3.0
Last Updated 2018-03-28
Publish Date 2018-03-28
Developer negokaz
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Cliper",
    "description": "\u9078\u629e\u9818\u57df\u3092\u30b7\u30f3\u30b0\u30eb\u30da\u30fc\u30b8\u306eHTML\u3068\u3057\u3066\u4fdd\u5b58\u3057\u307e\u3059",
    "version": "0.3.0",
    "permissions": [
        "clipboardRead",
        "contextMenus",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon\/icon_16.png",
        "32": "icon\/icon_32.png",
        "48": "icon\/icon_48.png",
        "128": "icon\/icon_128.png"
    },
    "background": {
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.js",
            "js\/background.js"
        ]
    }
}