建立自訂按鈕的 XML 檔
說明
在新視窗中
檢視
教學課程。
<?xml version="1.0" encoding="utf-8"?> <custombuttons xmlns="http://toolbar.google.com/custombuttons/"> <button> <title>您的稱謂</title> <description>您的工具提示</description> <search>您包含 {查詢字詞} 的搜尋範本 URL</search> <site>您的網站 URL</site> <icon mode="base64"> <-- 以 base64 文字編碼圖示取代本行 --> </icon> </button> </custombuttons>