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
官方網址 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
電子郵箱 [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"
    ]
}