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