Web Clipper

Save your favorite parts of the internet using this handy web clipper!

Web Clipperとは何ですか?

Web ClipperはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Save your favorite parts of the internet using this handy web clipper!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Web Clipper拡張機能のCRXファイルをダウンロード

Web Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        -No need to sign up
-Data stored locally on your machine
-Save, star, and delete items on your saved list
-Type in and enter your own items to your saved list

You can save a block of highlighted text, a web page, a link, or an audio file using the Web Clipper right click menu option. Once it has been saved, the item can be viewed in the popup window in the top right corner of your web browser.                    

拡張機能の基本情報

名前 Web Clipper Web Clipper
ID pnkophekijnfmnoenbakmfjjhfjfncfn
公式URL https://chromewebstore.google.com/detail/web-clipper/pnkophekijnfmnoenbakmfjjhfjfncfn
説明 Save your favorite parts of the internet using this handy web clipper!
ファイルサイズ 451 KB
インストール数 34
現在のバージョン 1.0.4
最終更新日 2019-12-18
公開日 2019-12-18
評価 5.00/5 合計 3 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Clipper",
    "description": "Save your favorite parts of the internet using this handy web clipper!",
    "version": "1.0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-31wM8eF+W2EIVBBtylCWWu4oRMtgZN1NAG5wAtANfWE='; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ]
}