Literally

Replaces the word 'literally' with 'figuratively'. That's literally all it does.

ما هو Literally؟

Literally هو إضافة Chrome تم تطويرها بواسطة Mike Walker، والميزة الرئيسية لها هي "Replaces the word 'literally' with 'figuratively'. That's literally all it does.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Literally

قم بتنزيل ملفات الامتداد Literally بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Literally Literally
ID odlbpehkpefnmehgdofblnagjpimaanh
عنوان URL الرسمي https://chromewebstore.google.com/detail/literally/odlbpehkpefnmehgdofblnagjpimaanh
الوصف Replaces the word 'literally' with 'figuratively'. That's literally all it does.
حجم الملف 3.41 KB
عدد التثبيتات 565
النسخة الحالية 1.0
آخر تحديث 2014-04-22
تاريخ النشر 2014-04-21
تقييم 4.41/5 مجموع تقييمات 29
المطور Mike Walker
نوع الدفع free
موقع الإضافة http://lazerwalker.com/literally
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Literally",
    "version": "1.0",
    "description": "Replaces the word 'literally' with 'figuratively'. That's literally all it does.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}