DocFlip
DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.
Qu'est-ce que DocFlip ?
DocFlip est une extension Chrome développée par Nathan Greenstein, et sa fonction principale est "DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DocFlip
Téléchargez les fichiers d'extension DocFlip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pafmafifhicbmimdmmljhiaigkcnbkkl |
URL Officiel | 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. |
Taille du Fichier | 12.7 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2012-10-05 |
Date de Publication | 2012-10-05 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Nathan Greenstein |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/nathangreenstein/DocFlip |
Langues Prises en Charge | 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" ] } ] } |