Osito - Copy Page content
extension to copy page content to clipboard
Wat is Osito - Copy Page content?
Osito - Copy Page content is een Chrome-extensie ontwikkeld door alphafc, en de belangrijkste functie is "extension to copy page content to clipboard".
Extensie Screenshots
Download het CRX-bestand van de extensie Osito - Copy Page content
Download Osito - Copy Page content-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Osito - Copy Page content |
ID | affmabkbhigkclccdegijjbpnbgpbpem |
Officiële URL | https://chromewebstore.google.com/detail/osito-copy-page-content/affmabkbhigkclccdegijjbpnbgpbpem |
Beschrijving | extension to copy page content to clipboard |
Bestandsgrootte | 32.47 KB |
Aantal Installaties | 123 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-09-17 |
Publicatiedatum | 2023-09-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | alphafc |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |