YouScribe Instant Uploader
Upload all the documents that you find on the internet quickly and easily.
ما هو YouScribe Instant Uploader؟
YouScribe Instant Uploader هو إضافة Chrome تم تطويرها بواسطة Youscribe، والميزة الرئيسية لها هي "Upload all the documents that you find on the internet quickly and easily.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouScribe Instant Uploader
قم بتنزيل ملفات الامتداد YouScribe Instant Uploader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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:\/\/*\/*" ] } |