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": "Sharemaster: Copy Title & URL with Shortcut",
"version": "2.0.0",
"manifest_version": 3,
"description": "Helps you copy the title and URL quickly with keyboard shortcuts",
"author": "Walter Teng",
"homepage_url": "https:\/\/github.com\/davzoku",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"clipboardWrite",
"contextMenus",
"scripting"
],
"commands": {
"copyTitleURLDefault": {
"suggested_key": {
"default": "Alt+C"
},
"description": "Copy Title and URL (default)"
},
"copyTitleURLMarkdown": {
"suggested_key": {
"default": "Alt+M"
},
"description": "Copy Title and URL (Markdown)"
},
"copyTitleURLHTML": {
"suggested_key": {
"default": "Alt+H"
},
"description": "Copy Title and URL (HTML)"
}
}
}