Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Right click copy number from link",
"description": "1. Right click URL that has a phone number. 2. Click extension icon. 3. The number is now in your clipboard ready to paste.",
"version": "1.0",
"manifest_version": 3,
"permissions": [
"storage",
"contextMenus"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
}
}