Share it

Share or Copy web pages to anywhere by various format.

Qu'est-ce que Share it ?

Share it est une extension Chrome développée par https://hira.page, et sa fonction principale est "Share or Copy web pages to anywhere by various format.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Share it

Téléchargez les fichiers d'extension Share it au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Share it Share it
ID kmfmfcdigkgfhmnopjfdnaikhjkmmplm
URL Officiel https://chromewebstore.google.com/detail/share-it/kmfmfcdigkgfhmnopjfdnaikhjkmmplm
Description Share or Copy web pages to anywhere by various format.
Taille du Fichier 299 KB
Nombre d'Installations 160
Version Actuelle 1.1.1
Dernière Mise à Jour 2021-06-03
Date de Publication 2021-05-20
Évaluation 2.00/5 Total 1 Évaluations
Développeur https://hira.page
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/psephopaiktes/share-it
Langues Prises en Charge 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"
            }
        }
    }
}