Twittext
A lightweight Google Chrome extension for Twitter
ما هو Twittext؟
Twittext هو إضافة Chrome تم تطويرها بواسطة sanya.gornostal، والميزة الرئيسية لها هي "A lightweight Google Chrome extension for Twitter".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twittext
قم بتنزيل ملفات الامتداد Twittext بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Twittext — is a lightweight Google Chrome extension for Twitter.
Features:
✔ View home timeline
✔ Real time timeline updates
✔ Retweet, Favorite, Remove
✔ Update status
✔ Unread tweets counter
✔ Image previews
You can contribute to this project. All sources available on github https://github.com/gornostal/twittext معلومات أساسية عن التمديد
| الاسم | |
| ID | nhlgmmenohfeheknddaebljgbcgaamhe |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/twittext/nhlgmmenohfeheknddaebljgbcgaamhe |
| الوصف | A lightweight Google Chrome extension for Twitter |
| حجم الملف | 151 KB |
| عدد التثبيتات | 121 |
| النسخة الحالية | 1.6.3 |
| آخر تحديث | 2013-08-24 |
| تاريخ النشر | 2013-08-24 |
| تقييم | 3.86/5 مجموع تقييمات 7 |
| المطور | sanya.gornostal |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/gornostal/twittext |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twittext",
"description": "A lightweight Google Chrome extension for Twitter",
"background": {
"page": "background.html"
},
"manifest_version": 2,
"browser_action": {
"default_icon": "img\/icon_19.png",
"default_title": "Twittext",
"default_popup": "popup.html"
},
"icons": {
"128": "img\/icon_128.png",
"19": "img\/icon_19.png",
"48": "img\/icon_48.png"
},
"options_page": "options.html",
"version": "1.6.3",
"permissions": [
"tabs",
"background",
"https:\/\/api.twitter.com\/",
"https:\/\/userstream.twitter.com\/"
],
"sandbox": {
"pages": [
"sandboxed\/template-renderer.html"
]
}
} | |