AMP Code Generator

Convert the embedded codes to amp code

AMP Code Generator là gì?

AMP Code Generator là một tiện ích mở rộng Chrome được phát triển bởi Randeep R, và tính năng chính của nó là "Convert the embedded codes to amp code".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AMP Code Generator

Tải xuống các tệp mở rộng AMP Code Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Convert the embedded codes from Twitter, Facebook, Instagram, Pinterest and other Iframe tags to AMP compatible embedded code.

The AMP code generator will convert the embedded code to AMP embedded code by click on the generate button.

'CLEAR' button will clear the existing code in the textarea. 

'COPY TEXT' button will copy the textarea content to the Clipboard.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AMP Code Generator AMP Code Generator
ID kphjjkblkfhdlnokkacnkiodpdijogaa
URL Chính Thức https://chromewebstore.google.com/detail/amp-code-generator/kphjjkblkfhdlnokkacnkiodpdijogaa
Mô tả Convert the embedded codes to amp code
Kích Thước Tệp 229 KB
Số Lần Cài Đặt 320
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2021-06-11
Ngày Phát Hành 2020-03-09
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Randeep R
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMP Code Generator",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "Convert the embedded codes to amp code",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "128": "icons\/icon128.png"
    },
    "author": "Randeep R",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "AMP Code Generator",
        "default_popup": "src\/browser_action\/amp_convet.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}