SpeedUp

Share easily

Wat is SpeedUp?

SpeedUp is een Chrome-extensie ontwikkeld door OpenSource, en de belangrijkste functie is "Share easily".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SpeedUp

Download SpeedUp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SpeedUp SpeedUp
ID enjjlbjcahcijonjpdpcifnjoniojbaa
Officiële URL https://chromewebstore.google.com/detail/speedup/enjjlbjcahcijonjpdpcifnjoniojbaa
Beschrijving Share easily
Bestandsgrootte 554 KB
Aantal Installaties 15
Huidige Versie 2.1
Laatst Bijgewerkt 2016-09-28
Publicatiedatum 2016-09-27
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar OpenSource
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}