Test the Rest!

Test the Rest.

Τι είναι το Test the Rest!;

Το Test the Rest! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vishal Joshi, και η κύρια λειτουργία του είναι "Test the Rest.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Test the Rest!

Λήψη αρχείων επέκτασης Test the Rest! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Test the JSON based rest service                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Test the Rest! Test the Rest!
ID hafejdjagmngcemaehbepdflkmmcmjbi
Επίσημο URL https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi
Περιγραφή Test the Rest.
Μέγεθος Αρχείου 808 KB
Αριθμός Εγκαταστάσεων 93
Τρέχουσα Έκδοση 0.22.1
Τελευταία Ενημέρωση 2015-12-08
Ημερομηνία Δημοσίευσης 2015-12-07
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Vishal Joshi
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Test the Rest!",
    "description": "Test the Rest.",
    "version": "0.22.1",
    "author": "Vishal Joshi",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "testTheRest_128_128.png",
        "default_popup": "popup.html",
        "default_title": "Test the Rest."
    },
    "icons": {
        "16": "testTheRest-16_16.png",
        "48": "testTheRest-48_48.png",
        "128": "testTheRest_128_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}