Objective-C Apple Documentation
Toggle Apple Documentation to default to Objective-C
Objective-C Apple Documentation là gì?
Objective-C Apple Documentation là một tiện ích mở rộng Chrome được phát triển bởi Jean-François Geyelin, và tính năng chính của nó là "Toggle Apple Documentation to default to Objective-C".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Objective-C Apple Documentation
Tải xuống các tệp mở rộng Objective-C Apple Documentation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
# 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".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Objective-C Apple Documentation |
ID | ieoednnknalmcifojimjpbamnmdpniio |
URL Chính Thức | https://chromewebstore.google.com/detail/objective-c-apple-documen/ieoednnknalmcifojimjpbamnmdpniio |
Mô tả | Toggle Apple Documentation to default to Objective-C |
Kích Thước Tệp | 42.28 KB |
Số Lần Cài Đặt | 70 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2017-08-19 |
Ngày Phát Hành | 2017-08-19 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Jean-François Geyelin |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |