metaview

Bookmark web pages to Scrapbox with thumbnail, description, keywords, and more metadata.

What is metaview?

metaview is a Chrome extension developed by hata, and its main feature is "Bookmark web pages to Scrapbox with thumbnail, description, keywords, and more metadata.".

Extension Screenshots

screenshot

Download metaview Extension CRX File

Download metaview 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

                        メタデータを含めて、ウェブページを Scrapbox にブックマークする Chrome 拡張機能です。

・サムネイルが美しいウェブサイトをブックマークすると、眺めていて楽しい。
・キーワードなどによって、ブックマークどうしが自動でリンクされる。
・Android で Chrome 拡張機能を使うこともできます。

詳しくは https://helpfeel.com/hata6502/metaview-61c1fe2f92aa82001d1d4855                    

Extension Basic Information

Name metaview metaview
ID becdjhmapcinbgcmbhblojfdjkfnmejf
Official URL https://chromewebstore.google.com/detail/metaview/becdjhmapcinbgcmbhblojfdjkfnmejf
Description Bookmark web pages to Scrapbox with thumbnail, description, keywords, and more metadata.
File Size 70.57 KB
Installation Count 28
Current Version 2.2.9
Last Updated 2023-10-21
Publish Date 2021-12-22
Developer hata
Email [email protected]
Payment Type free
Extension Website https://helpfeel.com/hata6502/metaview-61c1fe2f92aa82001d1d4855
Help Page URL https://helpfeel.com/hata6502/contact-us
Privacy Policy Page URL https://scrapbox.io/hata6502/metaview_privacy_policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "metaview",
    "version": "2.2.9",
    "manifest_version": 3,
    "description": "Bookmark web pages to Scrapbox with thumbnail, description, keywords, and more metadata. ",
    "action": [],
    "background": {
        "service_worker": "dist\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+Shift+M"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}