We Get Around Network Forum PLUS
WGA Forum Chrome Extension - Toolbar RSS Feed.
We Get Around Network Forum PLUS란 무엇입니까?
We Get Around Network Forum PLUS은(는) https://www.metroplex360.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WGA Forum Chrome Extension - Toolbar RSS Feed."입니다.
확장 프로그램 스크린샷
We Get Around Network Forum PLUS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The We Get Around forum is an amazing resource for information on 3D Capture devices including Matterport 3D, iGuide, Immoviewer and NCTech 360 systems. Enhance your We Get Around Experience with: - A shiny WGA icon in your toolbar with an RSS Feed pop-up - Secret Features Previous Features: - Block Google Map map from stealing mouse-wheel focus (New map as of 10/31/17) - Increased site width from 980px to 1280px (Became Standard 9/22/17) - A wider composition area (Became Standard 9/22/17) - Double Sized IFRAME embeds (Became Standard 9/22/17)
확장 프로그램 기본 정보
이름 | We Get Around Network Forum PLUS |
ID | jobjdigolpaedmaddbckahgbhmceikkd |
공식 URL | https://chromewebstore.google.com/detail/we-get-around-network-for/jobjdigolpaedmaddbckahgbhmceikkd |
설명 | WGA Forum Chrome Extension - Toolbar RSS Feed. |
파일 크기 | 386 KB |
설치 횟수 | 26 |
현재 버전 | 0.4 |
최근 업데이트 | 2017-11-04 |
출시 날짜 | 2017-11-04 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://www.metroplex360.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://forum.we-get-around.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "We Get Around Network Forum PLUS", "version": "0.4", "description": "WGA Forum Chrome Extension - Toolbar RSS Feed.", "homepage_url": "http:\/\/forum.we-get-around.com", "author": "Chris Hickman \/ Metroplex360.com", "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Latest Posts", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery-3.2.1.min.js", "scripts.js", "popup.js" ], "matches": [ "http:\/\/forum.we-get-around.com\/*", "https:\/\/my.matterport.com\/api\/*" ] } ], "content_security_policy": "script-src 'self' http:\/\/localhost:8080 https:\/\/my.matterport.com; object-src 'self'", "web_accessible_resources": [ "popup.html" ] } |