Objective-C Apple Documentation
Toggle Apple Documentation to default to Objective-C
Objective-C Apple Documentationคืออะไร?
Objective-C Apple Documentation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jean-François Geyelin และคุณลักษณะหลักของมันคือ "Toggle Apple Documentation to default to Objective-C"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Objective-C Apple Documentation
ดาวน์โหลดไฟล์ส่วนขยาย Objective-C Apple Documentation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
# 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". ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ieoednnknalmcifojimjpbamnmdpniio |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/objective-c-apple-documen/ieoednnknalmcifojimjpbamnmdpniio |
| คำอธิบาย | Toggle Apple Documentation to default to Objective-C |
| ขนาดไฟล์ | 42.28 KB |
| จำนวนการติดตั้ง | 70 |
| เวอร์ชันปัจจุบัน | 1.3 |
| อัปเดตครั้งล่าสุด | 2017-08-19 |
| วันที่เผยแพร่ | 2017-08-19 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Jean-François Geyelin |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | 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"
}
} | |