熊猫创意:百度收录助手
判断当前页面是否被百度收录
熊猫创意:百度收录助手とは何ですか?
熊猫创意:百度收录助手はpdidによって開発されたChromeの拡張機能で、その主な機能は「判断当前页面是否被百度收录」です。
拡張機能のスクリーンショット
熊猫创意:百度收录助手拡張機能のCRXファイルをダウンロード
熊猫创意:百度收录助手拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
自动显示当前页面是否被百度收录。 警告:每次载入网页时都会请求一次百度。
拡張機能の基本情報
名前 | 熊猫创意:百度收录助手 |
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" } } } |