U.S. Marines New Tab Photos
Show your support by installing this cool plugin to get a new Marines photo as your browsers background when you open a new window.
Τι είναι το U.S. Marines New Tab Photos;
Το U.S. Marines New Tab Photos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.baxbox.com, και η κύρια λειτουργία του είναι "Show your support by installing this cool plugin to get a new Marines photo as your browsers background when you open a new window.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης U.S. Marines New Tab Photos
Λήψη αρχείων επέκτασης U.S. Marines New Tab Photos σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Install this cool plugin to get a new U.S. Marines photo as your web browser's background image. Show your support! This free Chrome plugin is provided by MilitaryAirfare.us.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | eemdmnkcoadbjjahiciaahbkjgijnmak |
Επίσημο URL | https://chrome.google.com/webstore/detail/us-marines-new-tab-photos/eemdmnkcoadbjjahiciaahbkjgijnmak |
Περιγραφή | Show your support by installing this cool plugin to get a new Marines photo as your browsers background when you open a new window. |
Μέγεθος Αρχείου | 29.01 KB |
Αριθμός Εγκαταστάσεων | 124 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2016-10-10 |
Ημερομηνία Δημοσίευσης | 2016-10-10 |
Αξιολόγηση | 2.78/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | http://www.baxbox.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "U.S. Marines New Tab Photos", "short_name": "U.S. Marines New Tab Photos", "description": "Show your support by installing this cool plugin to get a new Marines photo as your browsers background when you open a new window.", "version": "1.0.1", "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "\/newtab.html" }, "icons": { "16": "\/icon16.png", "48": "\/icon48.png", "128": "\/icon128.png" } } |