AMP Readiness Tool
Identify web technologies that are relevant to AMP
AMP Readiness Tool क्या है?
AMP Readiness Tool amp-readiness-tool-admin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Identify web technologies that are relevant to AMP"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AMP Readiness Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
AMP Readiness tool allows you to see what third-party technologies are used on a site and whether you can implement them using AMP.
एक्सटेंशन की मूल जानकारी
नाम | AMP Readiness Tool |
ID | fadclbipdhchagpdkjfcpippejnekimg |
आधिकारिक URL | https://chromewebstore.google.com/detail/amp-readiness-tool/fadclbipdhchagpdkjfcpippejnekimg |
विवरण | Identify web technologies that are relevant to AMP |
फ़ाइल का आकार | 1.2 MB |
स्थापना संख्या | 330 |
वर्तमान संस्करण | 4.0.3 |
अंतिम अपडेट | 2019-06-13 |
प्रकाशन तिथि | 2019-06-13 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | amp-readiness-tool-admin |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | id,de,en,fr,tr,es,it,pl,pt-BR,ro,sk,el,ru,uk,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AMP Readiness Tool", "short_name": "AMP Readiness Tool", "author": "Jeffrey Jose, Phillip Kriegel, Frank Broersen", "homepage_url": "https:\/\/github.com\/ampproject\/ampbench\/tree\/master\/readiness-tool", "description": "Identify web technologies that are relevant to AMP", "version": "4.0.3", "default_locale": "en", "manifest_version": 2, "icons": { "16": "images\/amp-readiness-new.png", "48": "images\/amp-readiness-new.png", "128": "images\/amp-readiness-new.png" }, "page_action": { "default_icon": "images\/amp-readiness-new.png", "default_title": "AMP Readiness Tool", "default_popup": "html\/popup.html" }, "background": { "page": "html\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "node_modules\/webextension-polyfill\/dist\/browser-polyfill.js", "js\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/inject.js" ], "options_page": "html\/options.html", "options_ui": { "page": "html\/options.html", "open_in_tab": false }, "permissions": [ "https:\/\/www.google-analytics.com\/", "storage", "cookies", "storage", "tabs", "webRequest", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |