Pingler

Ping any page you are on by clicking on the icon in your browser

Pinglerคืออะไร?

Pingler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pingler.com และคุณลักษณะหลักของมันคือ "Ping any page you are on by clicking on the icon in your browser"

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

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

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

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

                        This Add-on is an excellent way for you to ping any page on-the-fly. If you are on a page and want to Ping it, just click on the Pingler icon in your Chrome browser and the URL of the page will be sent to Pingler and pinged automatically for you.                    

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

ชื่อ Pingler Pingler
ID odgiehjnopebofbjkgdjenflakfaahnm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pingler/odgiehjnopebofbjkgdjenflakfaahnm
คำอธิบาย Ping any page you are on by clicking on the icon in your browser
ขนาดไฟล์ 151 KB
จำนวนการติดตั้ง 3,197
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2015-11-18
วันที่เผยแพร่ 2015-11-18
คะแนน 3.79/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา https://pingler.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://pingler.com
URL หน้าช่วยเหลือ http://pingler.com/helpdesk/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pingler",
    "version": "1.5.0",
    "icons": {
        "16": "img\/Icon16x16.png",
        "19": "img\/Icon19x19.png",
        "48": "img\/Icon48x48.png",
        "128": "img\/Icon128x128.png"
    },
    "description": "Ping any page you are on by clicking on the icon in your browser",
    "browser_action": {
        "default_title": "Press to see more actions",
        "default_icon": "img\/Icon19x19.png"
    },
    "options_page": "options\/options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.6.1.min.js",
                "js\/popup.js"
            ],
            "permissions": [
                "tabs",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}