YouScribe Instant Uploader

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

O que é YouScribe Instant Uploader?

YouScribe Instant Uploader é uma extensão do Chrome desenvolvida por Youscribe, e sua principal característica é "Upload all the documents that you find on the internet quickly and easily.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouScribe Instant Uploader

Baixe arquivos de extensão YouScribe Instant Uploader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome YouScribe Instant Uploader YouScribe Instant Uploader
ID efblcbljkgpjoogemghaepgdlbmihnpc
URL Oficial https://chrome.google.com/webstore/detail/youscribe-instant-uploade/efblcbljkgpjoogemghaepgdlbmihnpc
Descrição Upload all the documents that you find on the internet quickly and easily.
Tamanho do Arquivo 73.26 KB
Contagem de Instalações 91
Versão Atual 1.4.2
Última Atualização 2013-09-10
Data de Publicação 2013-09-10
Classificação 5.00/5 Total de 12 Avaliações
Desenvolvedor Youscribe
Tipo de Pagamento free
Site da Extensão http://www.youscribe.com/
Idiomas Suportados 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:\/\/*\/*"
    ]
}