YouScribe Instant Uploader
Upload all the documents that you find on the internet quickly and easily.
Cos'è YouScribe Instant Uploader?
YouScribe Instant Uploader è un'estensione di Chrome sviluppata da Youscribe, e la sua funzione principale è "Upload all the documents that you find on the internet quickly and easily.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouScribe Instant Uploader
Scarica i file di estensione YouScribe Instant Uploader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | efblcbljkgpjoogemghaepgdlbmihnpc |
URL Ufficiale | https://chrome.google.com/webstore/detail/youscribe-instant-uploade/efblcbljkgpjoogemghaepgdlbmihnpc |
Descrizione | Upload all the documents that you find on the internet quickly and easily. |
Dimensione del File | 73.26 KB |
Conteggio Installazioni | 91 |
Versione Corrente | 1.4.2 |
Ultimo Aggiornamento | 2013-09-10 |
Data di Pubblicazione | 2013-09-10 |
Valutazione | 5.00/5 Totale 12 Valutazioni |
Sviluppatore | Youscribe |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.youscribe.com/ |
Lingue Supportate | 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:\/\/*\/*" ] } |