Windows Themes Net Chrome Extension
This extension displays 15 posts from windows7themes.net right on your toolbar!
Windows Themes Net Chrome Extension là gì?
Windows Themes Net Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi http://windows7themes.net, và tính năng chính của nó là "This extension displays 15 posts from windows7themes.net right on your toolbar! ".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Windows Themes Net Chrome Extension
Tải xuống các tệp mở rộng Windows Themes Net Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fiefjimhkdjflkedeblldeipfeimgbpe |
URL Chính Thức | https://chrome.google.com/webstore/detail/windows-themes-net-chrome/fiefjimhkdjflkedeblldeipfeimgbpe |
Mô tả | This extension displays 15 posts from windows7themes.net right on your toolbar! |
Kích Thước Tệp | 66.33 KB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2015-02-16 |
Ngày Phát Hành | 2015-02-16 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://windows7themes.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://windows7themes.net |
URL Trang Trợ Giúp | http://windows7themes.net/extension |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |