Twitter Favorites Extension
One-click access to the tweets you've added as favorites, from anywhere on Twitter.
ما هو Twitter Favorites Extension؟
Twitter Favorites Extension هو إضافة Chrome تم تطويرها بواسطة tom، والميزة الرئيسية لها هي "One-click access to the tweets you've added as favorites, from anywhere on Twitter.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter Favorites Extension
قم بتنزيل ملفات الامتداد Twitter Favorites Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use your Favorites as they were originally meant to be used: quick access to tweets you want to check out later. By default, that link is buried three clicks deep. Bring it right to the Twitter homepage with this extension.
معلومات أساسية عن التمديد
الاسم | |
ID | jnganbhhcbognjlgcccaimofpgjjpgbl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/twitter-favorites-extensi/jnganbhhcbognjlgcccaimofpgjjpgbl |
الوصف | One-click access to the tweets you've added as favorites, from anywhere on Twitter. |
حجم الملف | 6.96 KB |
عدد التثبيتات | 10 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2015-11-06 |
تاريخ النشر | 2015-11-06 |
المطور | tom |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Favorites Extension", "version": "0.1.0", "manifest_version": 2, "description": "One-click access to the tweets you've added as favorites, from anywhere on Twitter.", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "permissions": [ "tabs", "https:\/\/*.twitter.com\/", "https:\/\/twitter.com\/" ] } |