metaview

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

metaviewとは何ですか?

metaviewはhataによって開発されたChromeの拡張機能で、その主な機能は「Bookmark web pages to Scrapbox with thumbnail, description, keywords, and more metadata.」です。

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

screenshot

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

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

拡張機能の使用方法

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

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

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

拡張機能の基本情報

名前 metaview metaview
ID becdjhmapcinbgcmbhblojfdjkfnmejf
公式URL https://chromewebstore.google.com/detail/metaview/becdjhmapcinbgcmbhblojfdjkfnmejf
説明 Bookmark web pages to Scrapbox with thumbnail, description, keywords, and more metadata.
ファイルサイズ 70.57 KB
インストール数 28
現在のバージョン 2.2.9
最終更新日 2023-10-21
公開日 2021-12-22
開発者 hata
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://helpfeel.com/hata6502/metaview-61c1fe2f92aa82001d1d4855
ヘルプページのURL https://helpfeel.com/hata6502/contact-us
プライバシーポリシーページのURL https://scrapbox.io/hata6502/metaview_privacy_policy
対応言語 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"
    ]
}