From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/zh-tw/mozilla/add-ons/sdk/index.html | 82 ++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 files/zh-tw/mozilla/add-ons/sdk/index.html (limited to 'files/zh-tw/mozilla/add-ons/sdk/index.html') diff --git a/files/zh-tw/mozilla/add-ons/sdk/index.html b/files/zh-tw/mozilla/add-ons/sdk/index.html new file mode 100644 index 0000000000..2937b883d7 --- /dev/null +++ b/files/zh-tw/mozilla/add-ons/sdk/index.html @@ -0,0 +1,82 @@ +--- +title: Add-on SDK +slug: Mozilla/Add-ons/SDK +tags: + - NeedsTranslation + - TopicStub +translation_of: Archive/Add-ons/Add-on_SDK +--- +

有了附加元件開發套件(Add-on SDK),您可以使用標準的JavaScript、HTML、CSS等語法來建立Firefox的附加元件。SDK包含用來製作附加元件的JavaScript API,及建立、測試、運行或包裝附加元件的相關工具。

+ +
+

入門

+ +
+
+
+
從此開始
+
如何安裝 SDK 使用 cfx tool 來建立、測試或包裝附加元件。
+
和瀏覽器互動
+
開啟網頁監測頁面載入以及列出已開啟頁面
+
開發技巧
+
學習常用開發技術,如單元測試紀錄建立可重用模組在地化流動裝置
+
+
+ +
+
+
建立使用者介面的元件
+
工具列按鈕內文選單選單項目對話框等等。
+
修改網頁
+
修改符合網址模式的頁面或動態修改特定分頁
+
整合各項
+
以 Annotator(一個顯示註解的附加元件)為例顯示製作流程。
+
+
+
+ +
+

指引

+ +
+ + + +
+ +
+

參考資料

+ +
+
+
+
高階 API
+
高階 SDK API 的參考文件。
+
工具參考
+
Reference documentation for the cfx tool used to develop, test, and package add-ons, the console global used for logging, and the package.json file.
+
+
+ +
+
+
低階 API
+
低階 SDK API 的參考文件。
+
+
+
-- cgit v1.2.3-54-g00ecf