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! "입니다.
확장 프로그램 스크린샷
Windows Themes Net Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |