Inspect and view changes in Mention+ source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Mention+",
"version": "1.1.2",
"manifest_version": 3,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"description": "Cisco Webex Spacesã«ã¦ãƒ¡ãƒ³ã‚·ãƒ§ãƒ³å…¥åŠ›æ™‚ã€ãƒ¡ãƒ³ã‚·ãƒ§ãƒ³å‰å¾Œã«æ•¬ç§°ã‚’付与ã™ã‚‹ã‚¢ãƒ‰ã‚ªãƒ³ã€‚\r\n アイコンクリックã§è¡¨ç¤ºã•ã‚Œã‚‹JSONを編集ã—ã¦ã‚¹ãƒšãƒ¼ã‚¹æ¯Žã«æ•¬ç§°æŒ¿å…¥ä½ç½®ã‚„ユーザ毎ã«ä»˜ä¸Žã™ã‚‹æ•¬ç§°ã®å®šç¾©ãŒå¯èƒ½ã€‚\r\n ",
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "rule_editor.html"
},
"content_scripts": [
{
"matches": [
"https://web.webex.com/*"
],
"js": [
"main.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"host_permissions": [
"https://web.webex.com/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}