TS Games Beta
AI Powered Search For Specs
TS Games Beta란 무엇입니까?
TS Games Beta은(는) https://techspecs.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI Powered Search For Specs"입니다.
확장 프로그램 스크린샷
TS Games Beta 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Searching for technical specifications for games? Say no more. While most existing search engines fail to return accurate results, TechSpecs has been engineered for perfection. Access the industry’s largest database of games, using smart AI technology to check your computer’s compatibility with game/software before you buy. No additional software downloads needed. Keep your eyes peeled for our upcoming “TechSpecs Experiences” feature, where you can compete against others in an online “game of specs” and let your PC’s speed determine your victory and ability to make money! TechSpecs is making technical specifications available to everyone – finally. FAQ - Why does the extension need permission to read my browsing history Access to your browsing history is required for the Steam integration to work. Only your steampowered.com browsing history is checked
확장 프로그램 기본 정보
이름 | |
ID | jehdjlcmenfleagpgpehjjdnoaljhabe |
공식 URL | https://chrome.google.com/webstore/detail/ts-games-beta/jehdjlcmenfleagpgpehjjdnoaljhabe |
설명 | AI Powered Search For Specs |
파일 크기 | 73.35 KB |
설치 횟수 | 47 |
현재 버전 | 1.33 |
최근 업데이트 | 2018-09-12 |
출시 날짜 | 2018-09-12 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://techspecs.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://techspecs.io |
개인정보 보호 정책 페이지 URL | https://www.techspecs.io/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "images\/favicon-32x32.png", "default_popup": "popup.html" }, "icons": { "16": "images\/favicon-32x32.png", "32": "images\/favicon-32x32.png", "48": "images\/favicon-32x32.png", "128": "images\/ftr_logo.png" }, "description": "AI Powered Search For Specs", "manifest_version": 2, "name": "TS Games Beta", "permissions": [ "system.cpu", "system.memory", "system.storage", "activeTab", "tabs" ], "short_name": "Sys Info", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.33", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/mydetectscript.js" ], "run_at": "document_start" } ] } |