French Fries

This extension allows you to configure one or many phrases to replace in pages you visit.

French Friesคืออะไร?

French Fries เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Carl Armbruster และคุณลักษณะหลักของมันคือ "This extension allows you to configure one or many phrases to replace in pages you visit."

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

screenshot

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

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

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

                        Arguing with my brother is like arguing with a bag of French Fries. This extension was designed to change all instances of his name in web pages (such as Facebook) to French Fries in order to keep things in perspective. I updated it to allow you to change your own word or phases as necessary to help keep your own web browsing in perspective. You can add as many words or phrases to replace as you like. The replacements will take place in order listed.

If you like this plugin and have a few extra bucks laying around, please donate to your local animal shelter or pet rescue organization.                    

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

ชื่อ French Fries French Fries
ID gpnohbdmdddimpaigjaamdaeeheacjoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/french-fries/gpnohbdmdddimpaigjaamdaeeheacjoh
คำอธิบาย This extension allows you to configure one or many phrases to replace in pages you visit.
ขนาดไฟล์ 251 KB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-01-10
วันที่เผยแพร่ 2017-01-09
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Carl Armbruster
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "French Fries",
    "description": "This extension allows you to configure one or many phrases to replace in pages you visit.",
    "version": "1.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}