Objective-C Apple Documentation
Toggle Apple Documentation to default to Objective-C
什么是Objective-C Apple Documentation?
Objective-C Apple Documentation是由Jean-François Geyelin开发的Chrome扩展程序,该扩展的主要功能是“Toggle Apple Documentation to default to Objective-C”。
扩展截图
下载Objective-C Apple Documentation扩展crx文件
下载Objective-C Apple Documentation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        # Updated on June 12th 2017 to support the new Apple docs
This extension allows you to always view Apple Documentation in Objective-C.
You can press the extension button to toggle the extension on/off.
Source code is on GitHub: https://github.com/jyaif/ObjCAppleDocs
Disclaimer: the extension does not add hearts around "Objective-C".                     扩展基本信息
| 名称 |   |  
| ID | ieoednnknalmcifojimjpbamnmdpniio | 
| 官方URL | https://chromewebstore.google.com/detail/objective-c-apple-documen/ieoednnknalmcifojimjpbamnmdpniio | 
| 简介 | Toggle Apple Documentation to default to Objective-C | 
| 文件大小 | 42.28 KB | 
| 安装次数 | 70 | 
| 当前版本 | 1.3 | 
| 更新时间 | 2017-08-19 | 
| 上架时间 | 2017-08-19 | 
| 评分 | 5.00/5 共3次评分 | 
| 开发者 | Jean-François Geyelin | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "script\/background.js"
        ]
    },
    "name": "Objective-C Apple Documentation",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Toggle Apple Documentation to default to Objective-C",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/developer.apple.com\/documentation\/*"
    ],
    "browser_action": {
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Toggle Obj-C Documentation"
    }
}  |  |