YouScribe Instant Uploader

Upload all the documents that you find on the internet quickly and easily.

Was ist YouScribe Instant Uploader?

YouScribe Instant Uploader ist eine Chrome-Erweiterung, die von Youscribe entwickelt wurde, und ihr Hauptmerkmal ist "Upload all the documents that you find on the internet quickly and easily.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

YouScribe Instant Uploader-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouScribe Instant Uploader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension allows you to use the « right click » on a link to publish even faster past your documents found on the web.

You can also use the extension form by clicking on the icon in the toolbar.

A final functionality you will go even faster, « Omnibox ».
Just type « ys » and then TAB to activate. You will then write to the link to the post.                    

Grundlegende Informationen zur Erweiterung

Name YouScribe Instant Uploader YouScribe Instant Uploader
ID efblcbljkgpjoogemghaepgdlbmihnpc
Offizielle URL https://chrome.google.com/webstore/detail/youscribe-instant-uploade/efblcbljkgpjoogemghaepgdlbmihnpc
Beschreibung Upload all the documents that you find on the internet quickly and easily.
Dateigröße 73.26 KB
Installationsanzahl 91
Aktuelle Version 1.4.2
Letztes Update 2013-09-10
Veröffentlichungsdatum 2013-09-10
Bewertung 5.00/5 Insgesamt 12 Bewertungen
Entwickler Youscribe
Zahlungsart free
Erweiterungswebsite http://www.youscribe.com/
Unterstützte Sprachen en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.4.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "omnibox": {
        "keyword": "__MSG_publishKeyWord__"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Youscribe",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}