AMP Code Generator

Convert the embedded codes to amp code

什麼是AMP Code Generator?

AMP Code Generator是由Randeep R開發的Chrome擴展程式,該擴展的主要功能是“Convert the embedded codes to amp code”。

擴展截圖

screenshot

下載AMP Code Generator擴展crx文件

下載AMP Code Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 AMP Code Generator AMP Code Generator
ID kphjjkblkfhdlnokkacnkiodpdijogaa
官方網址 https://chromewebstore.google.com/detail/amp-code-generator/kphjjkblkfhdlnokkacnkiodpdijogaa
簡介 Convert the embedded codes to amp code
檔案大小 229 KB
安裝次數 320
目前版本 1.5.1
更新時間 2021-06-11
上架時間 2020-03-09
評分 5.00/5 共 3 次評分
開發者 Randeep R
電子郵箱 [email protected]
付費類型 free
支援的語言 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'"
}