熊猫创意:百度收录助手
判断当前页面是否被百度收录
熊猫创意:百度收录助手란 무엇입니까?
熊猫创意:百度收录助手은(는) pdid에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "判断当前页面是否被百度收录"입니다.
확장 프로그램 스크린샷
熊猫创意:百度收录助手 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
自动显示当前页面是否被百度收录。
警告:每次载入网页时都会请求一次百度。 확장 프로그램 기본 정보
| 이름 | |
| ID | mhdgkiilejlghamgaoghmgelcfokghcl |
| 공식 URL | https://chromewebstore.google.com/detail/%E7%86%8A%E7%8C%AB%E5%88%9B%E6%84%8F%EF%BC%9A%E7%99%BE%E5%BA%A6%E6%94%B6%E5%BD%95%E5%8A%A9%E6%89%8B/mhdgkiilejlghamgaoghmgelcfokghcl |
| 설명 | 判断当前页面是否被百度收录 |
| 파일 크기 | 76.04 KB |
| 설치 횟수 | 16 |
| 현재 버전 | 1.0.1 |
| 최근 업데이트 | 2018-05-08 |
| 출시 날짜 | 2018-05-08 |
| 개발자 | pdid |
| 결제 유형 | free |
| 지원되는 언어 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u718a\u732b\u521b\u610f\uff1a\u767e\u5ea6\u6536\u5f55\u52a9\u624b",
"description": "\u5224\u65ad\u5f53\u524d\u9875\u9762\u662f\u5426\u88ab\u767e\u5ea6\u6536\u5f55",
"version": "1.0.1",
"manifest_version": 2,
"permissions": [
"https:\/\/*.baidu.com\/",
"tabs"
],
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": {
"38": "images\/eye.png"
}
}
} | |