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