Amplifier AMP/Canonical switcher
Quickly switch between canonical and AMP version of a page
Amplifier AMP/Canonical switcherとは何ですか?
Amplifier AMP/Canonical switcherはhttps://relaymedia.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly switch between canonical and AMP version of a page」です。
拡張機能のスクリーンショット
Amplifier AMP/Canonical switcher拡張機能のCRXファイルをダウンロード
Amplifier AMP/Canonical switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension to automatically switch between Accelerated Mobile (AMP) and Canonical versions of a page. See https://www.ampproject.org/ for more info on AMP. Version 0.0.3 added option to load AMP pages in developer mode. Version 0.0.4 updated the icons for the new look chrome icon bar. Version 0.0.4 fixed a bug where amp document uses ⚡ rather than "amp" in header Open source https://github.com/jpettitt/amplifier
拡張機能の基本情報
名前 | Amplifier AMP/Canonical switcher |
ID | ennckgigejppolagdoadgaaodkhopjnb |
公式URL | https://chromewebstore.google.com/detail/amplifier-ampcanonical-sw/ennckgigejppolagdoadgaaodkhopjnb |
説明 | Quickly switch between canonical and AMP version of a page |
ファイルサイズ | 11.35 KB |
インストール数 | 807 |
現在のバージョン | 0.0.5 |
最終更新日 | 2016-02-19 |
公開日 | 2016-02-19 |
評価 | 3.71/5 合計 14 レビュー |
開発者 | https://relaymedia.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.relaymedia.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amplifier AMP\/Canonical switcher", "short_name": "Amplifier", "description": "Quickly switch between canonical and AMP version of a page", "version": "0.0.5", "author": "John Pettitt", "icons": { "48": "amplifier48.png", "128": "amplifier128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "amplified.js" ], "run_at": "document_end" } ], "page_action": { "default_icon": "switcher.png", "default_title": "AMP version not detected." }, "options_page": "options.html" } |