YouScribe Instant Uploader
Upload all the documents that you find on the internet quickly and easily.
什么是YouScribe Instant Uploader?
YouScribe Instant Uploader是由Youscribe开发的Chrome扩展程序,该扩展的主要功能是“Upload all the documents that you find on the internet quickly and easily.”。
扩展截图
下载YouScribe Instant Uploader扩展crx文件
下载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.
扩展基本信息
名称 | |
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:\/\/*\/*" ] } |