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 |
官方網址 | 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:\/\/*\/*" ] } |