GETCURL.APP
cURL sharing made fast, safe, easy.
What is GETCURL.APP?
GETCURL.APP is a Chrome extension developed by https://getcurl.app, and its main feature is "cURL sharing made fast, safe, easy.".
Extension Screenshots
Download GETCURL.APP Extension CRX File
Download GETCURL.APP 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
Save x10 your time on API bug reports. No new tool installs needed. Zero Back & forth communication. Fully secured. Send cUrl request directly via browser. Log the shareable cUrl to Developer Console, to Messenging program (e.g. slack, telegram), and more ...
Extension Basic Information
Name | GETCURL.APP |
ID | jknanembdjacejlbcfeliakcdagmdlpc |
Official URL | https://chromewebstore.google.com/detail/getcurlapp/jknanembdjacejlbcfeliakcdagmdlpc |
Description | cURL sharing made fast, safe, easy. |
File Size | 497 KB |
Installation Count | 23 |
Current Version | 1.1 |
Last Updated | 2022-05-31 |
Publish Date | 2022-04-25 |
Developer | https://getcurl.app |
[email protected] | |
Payment Type | free |
Extension Website | https://getcurl.app/hello |
Help Page URL | https://getcurl.app/support |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GETCURL.APP", "version": "1.1", "description": "cURL sharing made fast, safe, easy.", "icons": { "16": "icons\/favicon.png", "32": "icons\/[email protected]", "48": "icons\/[email protected]", "96": "icons\/[email protected]", "128": "icons\/[email protected]" }, "permissions": [ "clipboardRead", "webRequest", "tabs", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_title": "GETCURL.APP: cURL sharing made fast, safe, easy.", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "matches": [ " |