{"id":15690603,"url":"https://github.com/linusu/upload-opera-extension","last_synced_at":"2025-05-07T23:46:10.249Z","repository":{"id":57387271,"uuid":"120933693","full_name":"LinusU/upload-opera-extension","owner":"LinusU","description":"Submit an update to a Opera Extension with one simple function call","archived":false,"fork":false,"pushed_at":"2021-06-12T19:37:26.000Z","size":71,"stargazers_count":7,"open_issues_count":6,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-07T23:46:01.298Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinusU.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-09T17:13:22.000Z","updated_at":"2025-02-11T15:50:10.000Z","dependencies_parsed_at":"2022-09-07T13:21:25.084Z","dependency_job_id":null,"html_url":"https://github.com/LinusU/upload-opera-extension","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fupload-opera-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fupload-opera-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fupload-opera-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fupload-opera-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinusU","download_url":"https://codeload.github.com/LinusU/upload-opera-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973618,"owners_count":21834105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T18:12:37.758Z","updated_at":"2025-05-07T23:46:10.215Z","avatar_url":"https://github.com/LinusU.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Upload Opera Extension\n\nSubmit an update to an Opera Extension with one simple function call.\n\n## Installation\n\n```sh\nnpm install --save upload-opera-extension\n```\n\n## Usage\n\n```js\nconst uploadOperaExtension = require('upload-opera-extension')\n\nconst options = {\n  email: process.env.OPERA_EMAIL,\n  password: process.env.OPERA_PASSWORD,\n  extensionId: process.env.OPERA_EXT_ID,\n  zipPath: 'my-extension.zip'\n}\n\nuploadOperaExtension(options).then(() =\u003e {\n  console.log('Extension submitted for moderation 🙌')\n})\n```\n\n## API\n\n### `uploadOperaExtension(options) =\u003e Promise\u003cvoid\u003e`\n\nUpload an extension to addons.opera.com.\n\n- `options.email` (string) - Email used to log in\n- `options.password` (string) - Password used to log in\n- `options.extensionId` (string) - ID of the extension to submit a new version of\n- `options.zipPath` (string) - Path to the zip file that will be submitted\n\nThe extension ID can be found by inspecting the URL of the extension in the developer dashboard.\n\nReturns a Promise that will either reject with an error, or resolve to `undefined`.\n\n## Debugging\n\nIf an environmental variable named `DEBUG_UPLOAD_OPERA_EXTENSION` is set to a non-empty value, a Chrome window will be visible during the execution and then stay open after the function is done.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusu%2Fupload-opera-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinusu%2Fupload-opera-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusu%2Fupload-opera-extension/lists"}