AMP cache
AMP cache
AMP cacheとは何ですか?
AMP cacheはdavidramoschavesによって開発されたChromeの拡張機能で、その主な機能は「AMP cache」です。
拡張機能のスクリーンショット
AMP cache拡張機能のCRXファイルをダウンロード
AMP cache拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extensión para ver la versión guardada en cache de AMP de Google
拡張機能の基本情報
名前 | AMP cache |
ID | dbkgkbgeebgdfihcneopgbdaicefeooo |
公式URL | https://chromewebstore.google.com/detail/amp-cache/dbkgkbgeebgdfihcneopgbdaicefeooo |
説明 | AMP cache |
ファイルサイズ | 11.25 KB |
インストール数 | 32 |
現在のバージョン | 0.1 |
最終更新日 | 2020-04-17 |
公開日 | 2020-04-16 |
開発者 | davidramoschaves |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "AMP cache La Vanguardia" }, "name": "AMP cache", "description": "AMP cache", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |