知乎精选
知乎问答精选
知乎精选とは何ですか?
知乎精选はxspider.orgによって開発されたChromeの拡張機能で、その主な機能は「知乎问答精选」です。
拡張機能のスクリーンショット
知乎精选拡張機能のCRXファイルをダウンロード
知乎精选拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
自动获取精选过的问答 拡張機能の基本情報
| 名前 | |
| ID | nfkdpojjamdojakhndbkjcbpcbodfjnp |
| 公式URL | https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E7%B2%BE%E9%80%89/nfkdpojjamdojakhndbkjcbpcbodfjnp |
| 説明 | 知乎问答精选 |
| ファイルサイズ | 41.83 KB |
| インストール数 | 55 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2017-09-08 |
| 公開日 | 2017-09-07 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | xspider.org |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u77e5\u4e4e\u7cbe\u9009",
"version": "1.0",
"manifest_version": 2,
"minimum_chrome_version": "17.0.0",
"description": "\u77e5\u4e4e\u95ee\u7b54\u7cbe\u9009",
"content_scripts": [
{
"matches": [
"https:\/\/*.zhihu.com\/*"
],
"run_at": "document_idle",
"js": [
"zhihu.js"
],
"all_frames": true
}
],
"permissions": [
"tabs",
"*:\/\/*\/*",
"webRequestBlocking",
"webRequest"
],
"page_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"init.js"
]
},
"icons": {
"16": "icon-16.png",
"128": "icon-128.png"
}
} | |