DocFlip
DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.
DocFlip क्या है?
DocFlip Nathan Greenstein द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DocFlip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } ] } |