Easier screen sharing. No app needed for viewers, even on their mobile. Record your screen or webcam.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "CrankWheel Screen Sharing",
"short_name": "CrankWheel",
"description": "__MSG_manifestDescription__",
"minimum_chrome_version": "108.0.5359.215",
"version": "7.9.0.1",
"default_locale": "en",
"icons": {
"16": "img/cwicon16.png",
"19": "img/cwicon19.png",
"38": "img/cwicon38.png",
"48": "img/cwicon48.png",
"128": "img/cwicon128.png"
},
"options_page": "html/options.html",
"background": {
"service_worker": "gen/ext_bg_module.js"
},
"action": {
"default_icon": {
"19": "img/cwicon19.png",
"38": "img/cwicon38.png"
},
"default_title": "__MSG_defaultBrowserActionMessage__"
},
"permissions": [
"activeTab",
"desktopCapture",
"idle",
"storage",
"tabCapture",
"scripting"
],
"optional_permissions": [
"tabs"
],
"optional_host_permissions": [
"https://*.hubspot.com/contacts/*",
"https://account.lessannoyingcrm.com/app/View_Contact",
"https://*.lightning.force.com/*"
],
"commands": {
"open_popup": {
"suggested_key": {
"default": "Ctrl+Shift+Comma"
},
"description": "__MSG_keyboardActionDescription__"
}
},
"externally_connectable": {
"matches": [
"https://*.crankwheel.com/*",
"https://*.meeting.is/*"
]
},
"web_accessible_resources": [
{
"resources": [
"html/ext_popup.html",
"js/ext_common.js",
"js/popup/ext_button.js",
"js/popup/ext_content.js",
"js/popup/ext_popup.js"
],
"matches": [
"https://*.crankwheel.com/*",
"https://*.meeting.is/*"
]
}
],
"manifest_version": 3,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}