DocFlip
DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.
What is DocFlip?
DocFlip is a Chrome extension developed by Nathan Greenstein, and its main feature is "DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.".
Extension Screenshots
Download DocFlip Extension CRX File
Download DocFlip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | pafmafifhicbmimdmmljhiaigkcnbkkl |
Official URL | https://chrome.google.com/webstore/detail/docflip/pafmafifhicbmimdmmljhiaigkcnbkkl |
Description | DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs. |
File Size | 12.7 KB |
Installation Count | 10 |
Current Version | 1.0 |
Last Updated | 2012-10-05 |
Publish Date | 2012-10-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Nathan Greenstein |
Payment Type | free |
Extension Website | https://github.com/nathangreenstein/DocFlip |
Supported Languages | 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" ] } ] } |