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是由http://windows7themes.net開發的Chrome擴展程式,該擴展的主要功能是“This extension displays 15 posts from windows7themes.net right on your toolbar! ”。

擴展截圖

screenshot
screenshot

下載Windows Themes Net Chrome Extension擴展crx文件

下載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
官方網址 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"
    }
}