DocFlip

DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.

ما هو DocFlip؟

DocFlip هو إضافة Chrome تم تطويرها بواسطة Nathan Greenstein، والميزة الرئيسية لها هي "DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة DocFlip

قم بتنزيل ملفات الامتداد DocFlip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        DocFlip is a Chrome extension that makes it easy to switch between the Mac and iOS versions of Apple's Developer Library documentation. It adds a 'flip' link to the header of any supported page. Clicking the link will take you to the corresponding document in the other platform's Developer Library.                    

معلومات أساسية عن التمديد

الاسم DocFlip DocFlip
ID pafmafifhicbmimdmmljhiaigkcnbkkl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/docflip/pafmafifhicbmimdmmljhiaigkcnbkkl
الوصف DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.
حجم الملف 12.7 KB
عدد التثبيتات 10
النسخة الحالية 1.0
آخر تحديث 2012-10-05
تاريخ النشر 2012-10-05
تقييم 5.00/5 مجموع تقييمات 2
المطور Nathan Greenstein
نوع الدفع free
موقع الإضافة https://github.com/nathangreenstein/DocFlip
اللغات المدعومة en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DocFlip",
    "version": "1.0",
    "manifest_version": 2,
    "description": "DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.",
    "homepage_url": "https:\/\/github.com\/nathangreenstein\/DocFlip",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/developer.apple.com\/library\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/developer.apple.com\/library\/*"
            ],
            "js": [
                "docflip.js"
            ],
            "css": [
                "docflip.css"
            ]
        }
    ]
}