Share it

Share or Copy web pages to anywhere by various format.

What is Share it?

Share it is a Chrome extension developed by https://hira.page, and its main feature is "Share or Copy web pages to anywhere by various format.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Share it Extension CRX File

Download Share it 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

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

Extension Basic Information

Name Share it Share it
ID kmfmfcdigkgfhmnopjfdnaikhjkmmplm
Official URL https://chromewebstore.google.com/detail/share-it/kmfmfcdigkgfhmnopjfdnaikhjkmmplm
Description Share or Copy web pages to anywhere by various format.
File Size 299 KB
Installation Count 160
Current Version 1.1.1
Last Updated 2021-06-03
Publish Date 2021-05-20
Rating 2.00/5 Total 1 Ratings
Developer https://hira.page
Email [email protected]
Payment Type free
Extension Website https://github.com/psephopaiktes/share-it
Supported Languages 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"
            }
        }
    }
}