Osito - Copy Page content
extension to copy page content to clipboard
What is Osito - Copy Page content?
Osito - Copy Page content is a Chrome extension developed by alphafc, and its main feature is "extension to copy page content to clipboard".
Extension Screenshots
Download Osito - Copy Page content Extension CRX File
Download Osito - Copy Page content 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
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.
Extension Basic Information
Name | Osito - Copy Page content |
ID | affmabkbhigkclccdegijjbpnbgpbpem |
Official URL | https://chromewebstore.google.com/detail/osito-copy-page-content/affmabkbhigkclccdegijjbpnbgpbpem |
Description | extension to copy page content to clipboard |
File Size | 32.47 KB |
Installation Count | 123 |
Current Version | 1.1 |
Last Updated | 2023-09-17 |
Publish Date | 2023-09-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | alphafc |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |