CIDNET.net Extension
Extension used to update CIDNET.net application cache.
CIDNET.net Extensionとは何ですか?
CIDNET.net ExtensionはCIDNETによって開発されたChromeの拡張機能で、その主な機能は「Extension used to update CIDNET.net application cache.」です。
拡張機能のスクリーンショット
CIDNET.net Extension拡張機能のCRXファイルをダウンロード
CIDNET.net Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension used to update CIDNET.net application cache.
拡張機能の基本情報
名前 | |
ID | gcohaepdkjgbgmdfggpnijcldpbahjgo |
公式URL | https://chromewebstore.google.com/detail/cidnetnet-extension/gcohaepdkjgbgmdfggpnijcldpbahjgo |
説明 | Extension used to update CIDNET.net application cache. |
ファイルサイズ | 10.61 KB |
インストール数 | 17 |
現在のバージョン | 1.0 |
最終更新日 | 2018-11-05 |
公開日 | 2018-11-05 |
開発者 | CIDNET |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CIDNET.net Extension", "version": "1.0", "description": "Extension used to update CIDNET.net application cache.", "icons": { "16": "logo-icon.png", "48": "logo-icon.png", "128": "logo-icon.png" }, "browser_action": { "default_title": "CIDNET.net Extension", "default_icon": "logo-icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "browsingData", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*.cidnet.net\/*", "https:\/\/*.cidnet.net\/*", "http:\/\/*.encartele.net\/*", "https:\/\/*.encartele.net\/*" ], "js": [ "content.js" ], "all_frames": true } ], "externally_connectable": { "matches": [ "http:\/\/*.cidnet.net\/*", "https:\/\/*.cidnet.net\/*", "http:\/\/*.encartele.net\/*", "https:\/\/*.encartele.net\/*" ], "all_frames": true } } |