Twitter Logger
Automatically log tweets and save them as a table
ما هو Twitter Logger؟
Twitter Logger هو إضافة Chrome تم تطويرها بواسطة Andre Bradshaw، والميزة الرئيسية لها هي "Automatically log tweets and save them as a table".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter Logger
قم بتنزيل ملفات الامتداد Twitter Logger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Automatically log Tweets in your feed for quick reference. Remember seeing a Tweet yesterday, but you only vaguely remember it? This tool allows you to search through the Tweets you viewed in the past with a simple keyword search. It also allows you to download the Tweets as a table.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | bhlemhgopbbimdicinegiiihdlngdjah | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitter-logger/bhlemhgopbbimdicinegiiihdlngdjah | 
| الوصف | Automatically log tweets and save them as a table | 
| حجم الملف | 23.9 KB | 
| عدد التثبيتات | 25 | 
| النسخة الحالية | 0.111 | 
| آخر تحديث | 2020-05-22 | 
| تاريخ النشر | 2020-05-21 | 
| المطور | Andre Bradshaw | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Logger",
    "version": "0.111",
    "description": "Automatically log tweets and save them as a table",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}  |  |