YouScribe Instant Uploader

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

Τι είναι το YouScribe Instant Uploader;

Το YouScribe Instant Uploader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Youscribe, και η κύρια λειτουργία του είναι "Upload all the documents that you find on the internet quickly and easily.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YouScribe Instant Uploader

Λήψη αρχείων επέκτασης YouScribe Instant Uploader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YouScribe Instant Uploader YouScribe Instant Uploader
ID efblcbljkgpjoogemghaepgdlbmihnpc
Επίσημο URL https://chrome.google.com/webstore/detail/youscribe-instant-uploade/efblcbljkgpjoogemghaepgdlbmihnpc
Περιγραφή Upload all the documents that you find on the internet quickly and easily.
Μέγεθος Αρχείου 73.26 KB
Αριθμός Εγκαταστάσεων 91
Τρέχουσα Έκδοση 1.4.2
Τελευταία Ενημέρωση 2013-09-10
Ημερομηνία Δημοσίευσης 2013-09-10
Αξιολόγηση 5.00/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής Youscribe
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.youscribe.com/
Υποστηριζόμενες Γλώσσες 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:\/\/*\/*"
    ]
}