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」です。
拡張機能のスクリーンショット
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 |
ID | kphjjkblkfhdlnokkacnkiodpdijogaa |
公式URL | 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 |
Eメール | [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'" } |