360谷谷哒
使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。
360谷谷哒とは何ですか?
360谷谷哒はhttp://c7sky.comによって開発されたChromeの拡張機能で、その主な機能は「使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。」です。
拡張機能のスクリーンショット
360谷谷哒拡張機能のCRXファイルをダウンロード
360谷谷哒拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
由于众所周知的原因,如果网站使用了 Google Hosted Libraries 或者 Google Fonts,会导致网站加载异常缓慢,浏览时出现长时间白屏。 360谷谷哒通过将网站发出的 Google 公共库&字体库请求替换为由 360 网站卫士 CDN 驱动的前端公共库,让网站恢复正常访问! 如: http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js?ver=3.4.2 会被替换为 http://ajax.useso.com/ajax/libs/jquery/1.7.2/jquery.min.js?ver=3.4.2 360网站卫士常用前端公共库CDN服务:http://libs.useso.com/
拡張機能の基本情報
名前 | |
ID | fppbiabnfiajngdjjljohhcajdbljhak |
公式URL | https://chrome.google.com/webstore/detail/360%E8%B0%B7%E8%B0%B7%E5%93%92/fppbiabnfiajngdjjljohhcajdbljhak |
説明 | 使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。 |
ファイルサイズ | 16.59 KB |
インストール数 | 112 |
現在のバージョン | 0.3 |
最終更新日 | 2014-07-23 |
公開日 | 2014-07-23 |
評価 | 4.64/5 合計 14 レビュー |
開発者 | http://c7sky.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://c7sky.com/ |
ヘルプページのURL | http://c7sky.com/ |
プライバシーポリシーページのURL | https://c7x.me/web-extension-privacy-policy.html |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "360\u8c37\u8c37\u54d2", "version": "0.3", "author": "\u5c0f\u5f71", "description": "\u4f7f\u7528\u7531 360 \u7f51\u7ad9\u536b\u58eb CDN \u9a71\u52a8\u7684\u524d\u7aef\u516c\u5171\u5e93\u66ff\u4ee3\u7f51\u7ad9\u4e2d Google \u516c\u5171\u5e93&\u5b57\u4f53\u5e93\u7684\u8bf7\u6c42\u3002", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/ajax.googleapis.com\/", "http:\/\/fonts.googleapis.com\/" ] } |