Squanchify

This extension makes your browsing experience...Squanchier.

Squanchifyคืออะไร?

Squanchify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nichite และคุณลักษณะหลักของมันคือ "This extension makes your browsing experience...Squanchier."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Squanchify

ดาวน์โหลดไฟล์ส่วนขยาย Squanchify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Squanchify is the...the quickest and most accurate method of making your Chrome browsing experience squanchier. Also, the only one.

This extension--well, it crawls through your pages' links and text, replacing words every now and then with the correct conjugation of the, umm, the word "squanch."

You control the action. Use the popup and move the slider to your preferred level of...squanchiness. While the most feasible-yet-still-recurrently-chortle-inducing strategem might be to keep it at its lowest setting, when the homies are over you'd better believe you'll be squanching it to the max. There are many other levels to be explored.

Oh, and you can de-squanch and then re-squanch your browser with the click of a button if, I dunno, you're reading mission-critical dossiers and you can't afford to miss a word. But let's face it, genius: you can.

MIT License. Do what you will.

1.1 Less ugly now.

1.2: Now featuring more subtle squanchiness for lower slider values. Turn it low, forget about it. Be pleasantly surprised every now and then.

1.3: Squanchify no longer breaks like all your websites.

1.4 No more unexpected squanching.

1.5 Small fixes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Squanchify Squanchify
ID kbmlldlmbfcejlgflijfedcbncnpbbjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/squanchify/kbmlldlmbfcejlgflijfedcbncnpbbjj
คำอธิบาย This extension makes your browsing experience...Squanchier.
ขนาดไฟล์ 66.06 KB
จำนวนการติดตั้ง 1,450
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2017-08-30
วันที่เผยแพร่ 2017-08-30
คะแนน 4.68/5 รวมทั้งหมด 165 คะแนน
ผู้พัฒนา nichite
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/nichite/squanchify
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Squanchify",
    "description": "This extension makes your browsing experience...Squanchier.",
    "version": "1.5",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "howSquanchy.html"
    },
    "icons": {
        "16": "icons\/squanchy-16.png",
        "48": "icons\/squanchy-48.png",
        "128": "icons\/squanchy-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "squanchyStyle.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/squanchify.js"
            ]
        }
    ]
}