Objective-C Apple Documentation

Toggle Apple Documentation to default to Objective-C

Objective-C Apple Documentation क्या है?

Objective-C Apple Documentation Jean-François Geyelin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Toggle Apple Documentation to default to Objective-C"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Objective-C Apple Documentation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        # 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".                    

एक्सटेंशन की मूल जानकारी

नाम Objective-C Apple Documentation Objective-C Apple Documentation
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"
    }
}