Simple Context Share
Share to Facebook, Twitter, Gmail and more using the context menu
What is Simple Context Share?
Simple Context Share is a Chrome extension developed by https://apps.jeurissen.co, and its main feature is "Share to Facebook, Twitter, Gmail and more using the context menu".
Extension Screenshots
Download Simple Context Share Extension CRX File
Download Simple Context Share 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
you can share the current webpage or any link on the web page from context menu. you can add/remove services to keep the menu customized to your requirement. The services provided are but not limited to: - Several social media - Imgur - GBookmarks - Gmail - Maps - Translate
Extension Basic Information
Name | Simple Context Share |
ID | ekkddilaajmloaceknbpdaceobenejem |
Official URL | https://chromewebstore.google.com/detail/simple-context-share/ekkddilaajmloaceknbpdaceobenejem |
Description | Share to Facebook, Twitter, Gmail and more using the context menu |
File Size | 82.57 KB |
Installation Count | 726 |
Current Version | 5.8.0 |
Last Updated | 2023-10-19 |
Publish Date | 2020-04-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://apps.jeurissen.co |
[email protected] | |
Payment Type | free |
Extension Website | https://apps.jeurissen.co/simple-context-share |
Help Page URL | https://apps.jeurissen.co/simple-context-share/contact |
Privacy Policy Page URL | https://apps.jeurissen.co/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "5.8.0", "name": "Simple Context Share", "short_name": "Simple Share", "description": "Share to Facebook, Twitter, Gmail and more using the context menu", "author": "Carlos Jeurissen", "homepage_url": "https:\/\/apps.jeurissen.co\/", "developer": { "name": "Carlos Jeurissen", "url": "https:\/\/apps.jeurissen.co\/" }, "content_security_policy": "default-src 'none'; child-src 'none'; manifest-src 'none'; media-src 'none'; object-src 'none'; prefetch-src 'none'; worker-src 'none'; connect-src 'none'; frame-src 'none'; font-src 'self'; script-src-elem 'self'; style-src-elem 'none'; img-src data:; script-src 'self'; script-src-attr 'none'; style-src 'self'; style-src-attr 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; upgrade-insecure-requests; report-uri https:\/\/api.jeurissen.co\/reports\/csp\/webext\/scs\/v5_1_5\/", "browser_specific_settings": { "gecko": { "id": "[email protected]" }, "gecko_android": { "strict_min_version": "57.0" } }, "externally_connectable": { "ids": [], "accepts_tls_channel_id": false }, "icons": { "16": "\/images\/extension\/icon-16.png", "32": "\/images\/extension\/icon-32.png", "48": "\/images\/extension\/icon-48.png", "96": "\/images\/extension\/icon-p96.png", "128": "\/images\/extension\/icon-p128.png" }, "permissions": [ "contextMenus", "notifications", "storage" ], "background": { "page": "\/views\/background.html", "persistent": false }, "options_ui": { "browser_style": false, "open_in_tab": true, "page": "\/views\/options.html" }, "options_page": "\/views\/options.html", "browser_action": { "browser_style": false, "default_icon": { "16": "\/images\/extension\/icon-16.png", "32": "\/images\/extension\/icon-32.png", "48": "\/images\/extension\/icon-48.png" } } } |