Webmaster Net Chrome Extension

This extension displays 15 posts from webmaster.net right on your toolbar!

Webmaster Net Chrome Extensionคืออะไร?

Webmaster Net Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.webmaster.net และคุณลักษณะหลักของมันคือ "This extension displays 15 posts from webmaster.net right on your toolbar! "

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webmaster Net Chrome Extension

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

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

                        Daily industry news covering the web industry from Google to Yandex. Also includes weekly expert articles covering a wide range of topics including writing tips, blogging tips, how to build a better business, system administration guides, small business guides, affiliate tutorials, outsourcing tutorials and various other related topics.                    

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

ชื่อ Webmaster Net Chrome Extension Webmaster Net Chrome Extension
ID pfcffjlanejegfaghehpgnlhmnnjjjie
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/webmaster-net-chrome-exte/pfcffjlanejegfaghehpgnlhmnnjjjie
คำอธิบาย This extension displays 15 posts from webmaster.net right on your toolbar!
ขนาดไฟล์ 53.88 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2015-02-16
วันที่เผยแพร่ 2015-02-16
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.webmaster.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.webmaster.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "version": "2.2",
    "manifest_version": 2,
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/webmaster.net",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webmaster.net\/*,http:\/\/webmaster.net\/*,https:\/\/www.webmaster.net\/"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/webmaster.net\/",
        "https:\/\/www.webmaster.net\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    }
}