YouScribe Instant Uploader

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

Qu'est-ce que YouScribe Instant Uploader ?

YouScribe Instant Uploader est une extension Chrome développée par Youscribe, et sa fonction principale est "Upload all the documents that you find on the internet quickly and easily.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouScribe Instant Uploader

Téléchargez les fichiers d'extension YouScribe Instant Uploader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YouScribe Instant Uploader YouScribe Instant Uploader
ID efblcbljkgpjoogemghaepgdlbmihnpc
URL Officiel https://chrome.google.com/webstore/detail/youscribe-instant-uploade/efblcbljkgpjoogemghaepgdlbmihnpc
Description Upload all the documents that you find on the internet quickly and easily.
Taille du Fichier 73.26 KB
Nombre d'Installations 91
Version Actuelle 1.4.2
Dernière Mise à Jour 2013-09-10
Date de Publication 2013-09-10
Évaluation 5.00/5 Total 12 Évaluations
Développeur Youscribe
Type de Paiement free
Site Web de l'Extension http://www.youscribe.com/
Langues Prises en Charge 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:\/\/*\/*"
    ]
}