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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.metroplex360.com, και η κύρια λειτουργία του είναι "WGA Forum Chrome Extension - Toolbar RSS Feed.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης We Get Around Network Forum PLUS

Λήψη αρχείων επέκτασης 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 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"
    ]
}