QuickTweet
A Twitter ToolKit by Will
ما هو QuickTweet؟
QuickTweet هو إضافة Chrome تم تطويرها بواسطة cobwebsteruk، والميزة الرئيسية لها هي "A Twitter ToolKit by Will".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QuickTweet
قم بتنزيل ملفات الامتداد QuickTweet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Quick Tweeting tool which allows you to tweet selections, pages, images and URLS without the need of typing or going to twitter. Right click anywhere on a page to tweet the page URL Right click selected text to tweet the text Right click a image to tweet the image Right click a link to tweet the link
معلومات أساسية عن التمديد
الاسم | QuickTweet |
ID | glongeojkcbhnkhjjlbijdcfgmndigjp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quicktweet/glongeojkcbhnkhjjlbijdcfgmndigjp |
الوصف | A Twitter ToolKit by Will |
حجم الملف | 15.44 KB |
عدد التثبيتات | 140 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-07-10 |
تاريخ النشر | 2017-07-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | cobwebsteruk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickTweet", "description": "A Twitter ToolKit by Will", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "64": "bigicon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "myscript.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "contextMenus" ] } |