Looong Tweet
Looong Tweet allows you to tweet longer tweets from Twitter
ما هو Looong Tweet؟
Looong Tweet هو إضافة Chrome تم تطويرها بواسطة https://faniepush1.azurewebsites.net، والميزة الرئيسية لها هي "Looong Tweet allows you to tweet longer tweets from Twitter".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Looong Tweet
قم بتنزيل ملفات الامتداد Looong Tweet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Finally you are not limited to just 140 characters in Twitter anymore, now you can use the Looong Tweet Chrome extension that enables you to tweet more. This extension hooks on the Twitter website and when you type anything longer than the limit, the "Tweet" button will change to "Shorten". Clicking this magic shortening button will shorten your tweet to fit in the 140 character limit including a link pointing to your original looong tweet.
معلومات أساسية عن التمديد
الاسم | Looong Tweet |
ID | ehcbmjofnaamkkcmnicflbfgdfmogidm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/looong-tweet/ehcbmjofnaamkkcmnicflbfgdfmogidm |
الوصف | Looong Tweet allows you to tweet longer tweets from Twitter |
حجم الملف | 46.15 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 1 |
آخر تحديث | 2015-09-16 |
تاريخ النشر | 2015-09-16 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | https://faniepush1.azurewebsites.net |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Looong Tweet", "description": "Looong Tweet allows you to tweet longer tweets from Twitter", "version": "1", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/short-tweet.azure-mobile.net\/" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "script.js", "MobileServices.Web-1.2.5.min.js" ] } ] } |