YouScribe Instant Uploader
Upload all the documents that you find on the internet quickly and easily.
YouScribe Instant Uploader là gì?
YouScribe Instant Uploader là một tiện ích mở rộng Chrome được phát triển bởi Youscribe, và tính năng chính của nó là "Upload all the documents that you find on the internet quickly and easily.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouScribe Instant Uploader
Tải xuống các tệp mở rộng YouScribe Instant Uploader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | efblcbljkgpjoogemghaepgdlbmihnpc |
URL Chính Thức | https://chrome.google.com/webstore/detail/youscribe-instant-uploade/efblcbljkgpjoogemghaepgdlbmihnpc |
Mô tả | Upload all the documents that you find on the internet quickly and easily. |
Kích Thước Tệp | 73.26 KB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 1.4.2 |
Cập Nhật Lần Cuối | 2013-09-10 |
Ngày Phát Hành | 2013-09-10 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Youscribe |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.youscribe.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |