Share it

Share or Copy web pages to anywhere by various format.

Share itとは何ですか?

Share itはhttps://hira.pageによって開発されたChromeの拡張機能で、その主な機能は「Share or Copy web pages to anywhere by various format.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Web pages can be freely shared and copied in a variety of formats.                    

拡張機能の基本情報

名前 Share it Share it
ID kmfmfcdigkgfhmnopjfdnaikhjkmmplm
公式URL https://chromewebstore.google.com/detail/share-it/kmfmfcdigkgfhmnopjfdnaikhjkmmplm
説明 Share or Copy web pages to anywhere by various format.
ファイルサイズ 299 KB
インストール数 160
現在のバージョン 1.1.1
最終更新日 2021-06-03
公開日 2021-05-20
評価 2.00/5 合計 1 レビュー
開発者 https://hira.page
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/psephopaiktes/share-it
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.1.1",
    "author": "Akira HIRATA",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/psephopaiktes\/share-it",
    "description": "__MSG_extDescription__",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Share this page",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    }
}