SpeedUp

Share easily

What is SpeedUp?

SpeedUp is a Chrome extension developed by OpenSource, and its main feature is "Share easily".

Extension Screenshots

screenshot
screenshot

Download SpeedUp Extension CRX File

Download SpeedUp 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

                        Share anything from your webpage. If you don't select anything, url is shared. For sharing images and hyperlinks, right click to select the share option and scan the generated QR Code at the receiver end.
Save your time, you are already running late.                    

Extension Basic Information

Name SpeedUp SpeedUp
ID enjjlbjcahcijonjpdpcifnjoniojbaa
Official URL https://chromewebstore.google.com/detail/speedup/enjjlbjcahcijonjpdpcifnjoniojbaa
Description Share easily
File Size 554 KB
Installation Count 15
Current Version 2.1
Last Updated 2016-09-28
Publish Date 2016-09-27
Rating 5.00/5 Total 5 Ratings
Developer OpenSource
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedUp",
    "description": "Share easily",
    "version": "2.1",
    "browser_action": {
        "default_icon": "icon.ico",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus",
        "storage",
        "activeTab"
    ]
}