YouScribe Instant Uploader

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

YouScribe Instant Uploader क्या है?

YouScribe Instant Uploader Youscribe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upload all the documents that you find on the internet quickly and easily."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouScribe Instant Uploader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
    ]
}