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文件
下載We Get Around Network Forum PLUS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |