360谷谷哒
使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。
360谷谷哒란 무엇입니까?
360谷谷哒은(는) http://c7sky.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。"입니다.
확장 프로그램 스크린샷
360谷谷哒 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
由于众所周知的原因,如果网站使用了 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 |
이메일 | [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\/" ] } |