Ampify DevTools

Ampify DevTools

Τι είναι το Ampify DevTools;

Το Ampify DevTools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ampify.io, και η κύρια λειτουργία του είναι "Ampify DevTools".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Ampify DevTools

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

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

                        Ampify Chrome extension is part of Ampify Developer Platform, which offers the most advanced devtool for a fast and accurate building of AMP sites, using minimal AMP coding and with a lean SaaS integration.

Use the extension to locally mirror your AMP site, as it is converted from the source HTML site. any change you make to conversion commands will be mirrorred via the extension. Once ready - you can push the Ampified site to the Ampify cloud, and integrate it with your site.

About Ampify:

Identical AMP made Possible: Accelerate growth with a devtool that empowers developers to quickly recreate complex websites as an identical AMP version.

-Automatically Identical:
Ampify's conversion algorithm automagically creates a pixel perfect AMP version of every page
This is Ampify's WP plugin. If you're an Ampify customer and you're interested in the

-jQuery to AMP:
Complex dynamic behaviors are easily recreated with jQuery, replacing cumbersome AMP coding

-AMP as a Service:
Ampify is SaaS based - minimal to no source code integration is needed.

Learn more and signup for free @ ampify.io                    

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

Όνομα Ampify DevTools Ampify DevTools
ID jekekbglgjnhmamgodohkaofcafbphmg
Επίσημο URL https://chromewebstore.google.com/detail/ampify-devtools/jekekbglgjnhmamgodohkaofcafbphmg
Περιγραφή Ampify DevTools
Μέγεθος Αρχείου 21.7 KB
Αριθμός Εγκαταστάσεων 91
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2022-01-05
Ημερομηνία Δημοσίευσης 2020-07-01
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://ampify.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://ampify.io
Διεύθυνση URL της Σελίδας Βοήθειας https://ampify.io/faq#chrome-extension
URL της Σελίδας Πολιτικής Απορρήτου https://ampify.io/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ampify DevTools",
    "short_name": "Ampify DevTools",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Ampify DevTools",
    "browser_action": {
        "default_icon": "static\/logo.png"
    },
    "icons": {
        "16": "static\/icon16.png",
        "48": "static\/icon48.png",
        "128": "static\/icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "static\/*",
        "js\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}