Windows Themes Net Chrome Extension

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

Windows Themes Net Chrome Extensionคืออะไร?

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

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

screenshot
screenshot

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

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

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

                        This extension displays 15 posts from windows7themes.net right on your toolbar! If you want to stay up to date on everything Microsoft, get latest game news and download the best wallpapers on the internet, you should definitely grab this extension. Our site is updated daily and provides top-notch Windows tutorials and the latest Windows news. We also provide daily tips on how to speed up games like Minecraft, Diablo 3 or CS:GO.

We have over thousands of step-by-steps guides that will help you to customize Windows and make your video games run more smoothly. Because we are updating the site daily, you should not miss out on our frequent updates. With this extension staying up to date and getting the best tips is as easy as 1,2,3

Update 2.1: Includes latest giveaway code                    

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

ชื่อ Windows Themes Net Chrome Extension Windows Themes Net Chrome Extension
ID fiefjimhkdjflkedeblldeipfeimgbpe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/windows-themes-net-chrome/fiefjimhkdjflkedeblldeipfeimgbpe
คำอธิบาย This extension displays 15 posts from windows7themes.net right on your toolbar!
ขนาดไฟล์ 66.33 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2015-02-16
วันที่เผยแพร่ 2015-02-16
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://windows7themes.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://windows7themes.net
URL หน้าช่วยเหลือ http://windows7themes.net/extension
ภาษาที่รองรับ 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": "http:\/\/windows7themes.net",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/windows7themes.net\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/windows7themes.net\/",
        "http:\/\/windows8themes.org\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    }
}