Text to Cat Puns

Click the extension button and any web page's text will turn into cat puns.

ما هو Text to Cat Puns؟

Text to Cat Puns هو إضافة Chrome تم تطويرها بواسطة daniel landy، والميزة الرئيسية لها هي "Click the extension button and any web page's text will turn into cat puns.".

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

screenshot

تحميل ملف CRX للإضافة Text to Cat Puns

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

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

                                            

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

الاسم Text to Cat Puns Text to Cat Puns
ID ddmladhkjpinjilomibffpomcljklkki
عنوان URL الرسمي https://chrome.google.com/webstore/detail/text-to-cat-puns/ddmladhkjpinjilomibffpomcljklkki
الوصف Click the extension button and any web page's text will turn into cat puns.
حجم الملف 64.61 KB
عدد التثبيتات 810
النسخة الحالية 0.4
آخر تحديث 2015-10-23
تاريخ النشر 2015-10-23
تقييم 3.71/5 مجموع تقييمات 14
المطور daniel landy
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to Cat Puns",
    "description": "Click the extension button and any web page's text will turn into cat puns.",
    "version": "0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "cats.png"
    },
    "icons": {
        "16": "cats16.png",
        "48": "cats48.png",
        "128": "cats.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}