Osito - Copy Page content

extension to copy page content to clipboard

Qu'est-ce que Osito - Copy Page content ?

Osito - Copy Page content est une extension Chrome développée par alphafc, et sa fonction principale est "extension to copy page content to clipboard".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Osito - Copy Page content

Téléchargez les fichiers d'extension Osito - Copy Page content 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

                        Copy text from any webpage with just one click for later use in ChatGPT, the simplest browser extension. Use it when you want to ask GPT questions about a specific webpage.                    

Informations de Base sur l'Extension

Nom Osito - Copy Page content Osito - Copy Page content
ID affmabkbhigkclccdegijjbpnbgpbpem
URL Officiel https://chromewebstore.google.com/detail/osito-copy-page-content/affmabkbhigkclccdegijjbpnbgpbpem
Description extension to copy page content to clipboard
Taille du Fichier 32.47 KB
Nombre d'Installations 123
Version Actuelle 1.1
Dernière Mise à Jour 2023-09-17
Date de Publication 2023-09-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur alphafc
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Osito - Copy Page content",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "description": "extension to copy page content to clipboard",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "scripting",
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Click to show an alert"
    },
    "icons": {
        "48": "icons\/os48.png",
        "96": "icons\/os96.png",
        "128": "icons\/os128.png"
    }
}