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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays 15 posts from windows7themes.net right on your toolbar! "।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Windows Themes Net Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |