Partis

Partis

Partisคืออะไร?

Partis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thephntm2 และคุณลักษณะหลักของมันคือ "Partis"

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

screenshot
screenshot

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

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

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

                        New theme for Partis.si
Without ADS.
Faster loading 
New search function. Type "p" in to browsers TITLE BAR and hit space, then type the search word... hit enter and u are done with searching.

Update

Removed stupid login flash ADs...
Added right click search (just select text and right click on it)                    

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

ชื่อ Partis Partis
ID acnclognfocaknkbndfaoekjdnbaknbd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/partis/acnclognfocaknkbndfaoekjdnbaknbd
คำอธิบาย Partis
ขนาดไฟล์ 8.99 KB
จำนวนการติดตั้ง 106
เวอร์ชันปัจจุบัน 0.5.2
อัปเดตครั้งล่าสุด 2014-05-23
วันที่เผยแพร่ 2014-05-23
คะแนน 4.14/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา thephntm2
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.partis.si
ภาษาที่รองรับ sl
manifest.json
{
    "name": "Partis",
    "description": "Partis",
    "manifest_version": 2,
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css.css"
            ],
            "js": [
                "partis.js"
            ],
            "matches": [
                "http:\/\/www.partis.si\/*",
                "http:\/\/partis.si\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon48.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "*:\/\/*.partis.si\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5.2"
}