ClickTweet
Tweet whatever you are viewing (text, images, links etc) with a right-click!
ما هو ClickTweet؟
ClickTweet هو إضافة Chrome تم تطويرها بواسطة https://idamo.github.io، والميزة الرئيسية لها هي "Tweet whatever you are viewing (text, images, links etc) with a right-click!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ClickTweet
قم بتنزيل ملفات الامتداد ClickTweet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
LiveTweeting your favorite show? No need to pause! Reading a fascinating article? No need to leave the page! ClickTweet is a simple extension which allows Twitter users to simply right-click the content they want to tweet (be it a page, image, link or highlighted text) and tweet directly. Here's the catch: You don't even need to manually open Twitter to post! Simply tweet what you want without having to leave what you are currently working on. Ever wanted to share text, the link to a page, image or hyperlink and had to: * Copy content * Open Twitter * Click the "New Tweet" button * Then post the tweet, before going back to what you were viewing? Sounds like such a hassle, doesn't it? Here's where we come in. ClickTweet's procedure is really simple: * Right-click content to be tweeted * Select ClickTweet * Tweet the content Simple as it ought to be, right? DISCLAIMER: For security reasons, ClickTweet does not ask or store your passwords (so no worries).
معلومات أساسية عن التمديد
الاسم | ClickTweet |
ID | iemenfddoiochmlhbdbggjamfpjcclpd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clicktweet/iemenfddoiochmlhbdbggjamfpjcclpd |
الوصف | Tweet whatever you are viewing (text, images, links etc) with a right-click! |
حجم الملف | 28.95 KB |
عدد التثبيتات | 172 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-09-18 |
تاريخ النشر | 2015-09-18 |
تقييم | 3.50/5 مجموع تقييمات 6 |
المطور | https://idamo.github.io |
نوع الدفع | free |
موقع الإضافة | http://idamo.github.io/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClickTweet", "description": "Tweet whatever you are viewing (text, images, links etc) with a right-click!", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "icons": { "64": "icon2.png", "32": "icon2.png", "16": "icon2.png", "128": "icon2.png" }, "permissions": [ "contextMenus" ] } |