<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>應用分享 &#8211; 記下來</title>
	<atom:link href="https://noter.tw/share/feed/" rel="self" type="application/rss+xml" />
	<link>https://noter.tw</link>
	<description>一路上踩到的坑、遇到的問題，一點一滴記下來，希望能幫助到需要的人~</description>
	<lastBuildDate>Sun, 14 Sep 2025 10:20:15 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.5</generator>

<image>
	<url>https://noter.tw/wp-content/uploads/cropped-old-1130742_1920-1-32x32.jpg</url>
	<title>應用分享 &#8211; 記下來</title>
	<link>https://noter.tw</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Stirling PDF: 自行架設全方位免費 PDF 線上工具</title>
		<link>https://noter.tw/12976/stirling-pdf-comprehensive-pdf-tool/</link>
					<comments>https://noter.tw/12976/stirling-pdf-comprehensive-pdf-tool/#respond</comments>
		
		<dc:creator><![CDATA[黃小蛙]]></dc:creator>
		<pubDate>Sun, 14 Sep 2025 10:19:15 +0000</pubDate>
				<category><![CDATA[技術相關]]></category>
		<category><![CDATA[軟體、工具]]></category>
		<category><![CDATA[軟體分享]]></category>
		<category><![CDATA[self-hosting]]></category>
		<category><![CDATA[self-hosted]]></category>
		<category><![CDATA[全功能 PDF]]></category>
		<category><![CDATA[全方位 PDF]]></category>
		<category><![CDATA[Adobe Acrobat]]></category>
		<category><![CDATA[PDF 合併]]></category>
		<category><![CDATA[PDF 加密]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[PDF 刪除]]></category>
		<category><![CDATA[PDF 線上]]></category>
		<category><![CDATA[Stirling PDF]]></category>
		<category><![CDATA[PDF 處理]]></category>
		<category><![CDATA[自行架設]]></category>
		<category><![CDATA[Adobe Acrobat Pro Alternative]]></category>
		<guid isPermaLink="false">https://noter.tw/?p=12976</guid>

					<description><![CDATA[<p>小蛙常常收到有要處理 PDF 的需求，像是合併、拆分、刪除其中一頁、加密 &#8230; 等，在沒有 Adobe Acrobat Pro 情況下，一般小蛙會直接使用 Mac 來處理，若是非機密性的 P&#46;&#46;&#46;</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12976/stirling-pdf-comprehensive-pdf-tool/" data-wpel-link="internal">Stirling PDF: 自行架設全方位免費 PDF 線上工具</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p>小蛙常常收到有要處理 PDF 的需求，像是合併、拆分、刪除其中一頁、加密 &#8230; 等，在沒有 Adobe Acrobat Pro 情況下，一般小蛙會直接使用 Mac 來處理，若是非機密性的 PDF 才敢使用線上工具處理，前陣子好友分享一套全方位免費 PDF 線上工具 Stirling PDF，重點是可以自己架設！這樣就不怕機密資料流出了，這篇文章記錄安裝設定的過程。</p>



<span id="more-12976"></span>



<h2 class="wp-block-heading para">架設 Stirling PDF</h2>



<p>想使用現成的可到 <a href="https://www.stirlingpdf.com/" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">Stirling PDF 官網<span class="wpel-icon wpel-image wpel-icon-6"></span></a>，或<a href="https://github.com/Stirling-Tools/Stirling-PDF" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">社群免費自架版<span class="wpel-icon wpel-image wpel-icon-6"></span></a>。</p>



<p>在得知 Stirling PDF 之後，立刻去找好朋友 ChatGPT 聊聊，得知 2 種安裝方式：(1) 直接安裝在系統上；(2) 透過 Docker 安裝。小蛙要安裝的這台主機正好有 Docker，於是使用了這個較簡單的方法。</p>



<h3 class="wp-block-heading para">1. 拉取 docker image</h3>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">docker pull stirlingtools/stirling-pdf:latest</pre>



<h3 class="wp-block-heading para">2. 建立所需的資料夾</h3>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">mkdir -p ~/StirlingPDF/{trainingData,extraConfigs,customFiles,logs,pipeline}</pre>



<h3 class="wp-block-heading para">3. 拉取 docker image</h3>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">docker run -d \
  --name stirling-pdf \
  -p 8080:8080 \
  -v ~/StirlingPDF/trainingData:/usr/share/tessdata \
  -v ~/StirlingPDF/extraConfigs:/configs \
  -v ~/StirlingPDF/customFiles:/customFiles/ \
  -v ~/StirlingPDF/logs:/logs/ \
  -v ~/StirlingPDF/pipeline:/pipeline/ \
  -e DOCKER_ENABLE_SECURITY=false \
  -e LANGS=en_US \
  stirlingtools/stirling-pdf:latest</pre>



<h3 class="wp-block-heading para">4. 測試</h3>



<p>輸入 http://localhost/ 就可以看到畫面了</p>



<h2 class="wp-block-heading para">設定 Nginx 反向代理</h2>



<p>小蛙的主機使用 nginx 反向代理，還需要在 nginx 設定檔中加入以下設定</p>



<pre class="EnlighterJSRAW" data-enlighter-language="ini" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">server {
    listen 443 ssl;
    server_name __your_domain__;  # 替換成自己的域名

    client_max_body_size 300M;    # 上傳 PDF 的大小，可調整

    ssl_certificate         /etc/nginx/ssl/__your_cert__;
    ssl_certificate_key     /etc/nginx/ssl/__your_key__;

    location / {
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
            proxy_pass http://localhost:8080;
            proxy_set_header Host $host;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Forwarded-Proto $scheme;
    }
}</pre>



<p>重啟 nginx 後，就能使用上面設定的網址來訪問 Stirling PDF 囉 ~ 以後處理 PDF 簡單輕鬆又安全！幾乎所有常見的功能都有了，大推。如果不放心這個工具放在網路上會被濫用，還可以透過 <a href="https://noter.tw/12974/cloudflare-zero-trust/" target="_blank" rel="noreferrer noopener" data-wpel-link="internal">使用 Cloudflare 使用 Zero Trust 原則保護特定網址</a> 多做一層防護喔！</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOUEJBqlhNi9BTtExhiF7gtrAt76N07RC0DA2J6PH_Uhad8gP_wZQHANNovV2U-H-vvNh51BBHsfRCIl3bYOJ4rLQ-6d2Jsq-RwjLv9OXBPdUPJ42WvuikCopAJSX0LXiY2tH4hWy75Z8kROI1CeJBh=w1265-h940-rw" alt="AP1GczOUEJBqlhNi9BTtExhiF7gtrAt76N07RC0DA2J6PH Uhad8gP wZQHANNovV2U H vvNh51BBHsfRCIl3bYOJ4rLQ 6d2Jsq RwjLv9OXBPdUPJ42WvuikCopAJSX0LXiY2tH4hWy75Z8kROI1CeJBh=w1265 h940 rw Stirling PDF: 自行架設全方位免費 PDF 線上工具" title="Stirling PDF: 自行架設全方位免費 PDF 線上工具"></figure></div><p>這篇文章 <a rel="nofollow" href="https://noter.tw/12976/stirling-pdf-comprehensive-pdf-tool/" data-wpel-link="internal">Stirling PDF: 自行架設全方位免費 PDF 線上工具</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://noter.tw/12976/stirling-pdf-comprehensive-pdf-tool/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>使用 Cloudflare 使用 Zero Trust 原則保護特定網址</title>
		<link>https://noter.tw/12974/cloudflare-zero-trust/</link>
					<comments>https://noter.tw/12974/cloudflare-zero-trust/#respond</comments>
		
		<dc:creator><![CDATA[黃小蛙]]></dc:creator>
		<pubDate>Sun, 14 Sep 2025 08:48:04 +0000</pubDate>
				<category><![CDATA[技巧分享]]></category>
		<category><![CDATA[免費資源]]></category>
		<category><![CDATA[軟體、工具]]></category>
		<category><![CDATA[頁面控管]]></category>
		<category><![CDATA[權限控管]]></category>
		<category><![CDATA[cloudflare]]></category>
		<category><![CDATA[保護網址]]></category>
		<category><![CDATA[應用程式]]></category>
		<category><![CDATA[URL protection]]></category>
		<category><![CDATA[Zero Trust]]></category>
		<category><![CDATA[原則]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[登入]]></category>
		<guid isPermaLink="false">https://noter.tw/?p=12974</guid>

					<description><![CDATA[<p>Cloudflare Zero Trust 裡面有很多功能，今天小蛙要介紹一項經過簡單設定就可以有一道基本防護的功能，有時候在 VPS 上架設了工具，但是有些工具沒有權限控管，所有人都能連進來使用，透&#46;&#46;&#46;</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12974/cloudflare-zero-trust/" data-wpel-link="internal">使用 Cloudflare 使用 Zero Trust 原則保護特定網址</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="https://www.cloudflare.com/zh-tw/learning/security/glossary/what-is-zero-trust/" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">Cloudflare Zero Trust<span class="wpel-icon wpel-image wpel-icon-6"></span></a> 裡面有很多功能，今天小蛙要介紹一項經過簡單設定就可以有一道基本防護的功能，有時候在 VPS 上架設了工具，但是有些工具沒有權限控管，所有人都能連進來使用，透過今天要介紹的 Cloudflare Zero Trust 就可以設定有哪些 email 通過驗證後才可以使用，真的很方便！</p>



<span id="more-12974"></span>



<h2 class="wp-block-heading para">「原則」：設定可登入的 email</h2>



<p>首先你的 DNS 必須交給 <a href="https://noter.tw/195/%e4%bd%bf%e7%94%a8-cloudflare-%e4%bb%a3%e7%ae%a1%e4%bd%a0%e7%9a%84%e5%9f%9f%e5%90%8d/" target="_blank" rel="noreferrer noopener" data-wpel-link="internal">Cloudflare 託管</a> 才可以使用接下來的功能，成功登入 Cloudflare 後，左側選單找到 <strong>Zero Trust</strong>，接著進入 Access -&gt; 原則，我們先到這邊建立有哪些 email 可以登入的規則。</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczO6hnRq3lz7PivoDSA2-Bobbcm6MUEM5CLL7ikeOvj222I3xpUzQuHf7I32TPp5gnqzoKknIANUcbKN38x5Z1C8eiL-cG39SzVMFO2RpvwV_wW0OBMAe_ja9Iy2M2zkpzvw8FzvJz6sFuY_RatRbcgm=w261-h353-rw" alt="使用 Cloudflare 使用 Zero Trust 原則保護特定網址 1" title="使用 Cloudflare 使用 Zero Trust 原則保護特定網址"></figure></div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczP3pL8TQbLBI4APQOUPw1zg9r9a4Mo3jP1N8QG5uOvLrOhSXgn0HCvnGeIfcWXywMTJLXIX2Ugl1yLStDjZAJK7MDGoYRO9gaCILtY23CuSRNhat3UfA_UNY1z8wtpTbYhskFrXPSmDDFnce2iCnV9R=w264-h378-rw" alt="使用 Cloudflare 使用 Zero Trust 原則保護特定網址 2" title="使用 Cloudflare 使用 Zero Trust 原則保護特定網址"></figure></div></div>
</div>



<p>點擊「新增原則」開始設定</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOFsMZLPWq7KfC46D4erKzZxfxloxb3fKzP15XqYm6do13m1gsaHkAQPtPN5o7YlcEAvwzci5VjfnOmbmSjJe0GuHzrO21yVAlxZnCtwX4ksEVMk9pwfagbPxfJGauDxBpiBde5VcdFezXijNSwu2Bn=w1025-h475-rw" alt="使用 Cloudflare 使用 Zero Trust 原則保護特定網址 3 - 原則" title="使用 Cloudflare 使用 Zero Trust 原則保護特定網址"></figure></div>


<p>原則名稱填入自己可以辨認的文字即可；動作包含 Allow, Block, Bypass, Service Auth，這邊我們的目的是設定「允許哪些email」，因此選擇 Allow；工作階段持續時間因為在設定「應用程式」會做管控，這邊就選擇「與應用程式工作階段逾時相同」。</p>



<p>下方新增規則部分，選取器選擇「Emails」；值的部分可填入所有允許進入的 Emails，若有其他規則可依需求點擊下方新增。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPcb0mcWAJejX2r9rc4NqV-jBuV3TWRG1F9YIBdOyqcrMMmsTJ6wX9vxfc7ZUhto0WglZF9SJ4bYIsUke38vs3R2rPD0jE8vzJRnPSuL5YSglxQXieikL2ePgm75Svo4kPf2-Q2ZOvaUR08EGibcIc3=w1025-h768-rw" alt="使用 Cloudflare 使用 Zero Trust 原則保護特定網址 4 - 新增原則" title="使用 Cloudflare 使用 Zero Trust 原則保護特定網址"></figure></div>


<h2 class="wp-block-heading para">加入應用程式</h2>



<p>完成原則設定後，點擊左側選單的「應用程式」，接著點擊「加入應用程式」</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMhVxeUWQVxE3p-DXrNcmjGituby5jBrAIaYnkjMZ4l0H2KHcQsiowrY7Dv7j877bf14wIVgKdr-mrKC_-vVJuh4gM0EyplDFoLatmgliyzsHWS4uf3vnb_RgiVpR8QOe1VPPOVR7El2U8wIL4dPX-u=w1217-h906-rw" alt="使用 Cloudflare 使用 Zero Trust 原則保護特定網址 5 - 加入應用程式" title="使用 Cloudflare 使用 Zero Trust 原則保護特定網址"></figure></div>


<p>選擇「自我裝載」</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPyOH0QD2bXYhlYC7nJoHhmkraheZkXErHgjoCkKtMWM9Ir56bZOMp_WwxsJCh2vZg4LRfEOTPQgl3YiLTHBLrQper6-4YXJyCsbAXX2ErUvmWl-GaxElNFtqPB7bRvBA6kFwKsRJXt7DmDbgGY1Ahg=w936-h714-rw" alt="使用 Cloudflare 使用 Zero Trust 原則保護特定網址 6 - 加入應用程式" title="使用 Cloudflare 使用 Zero Trust 原則保護特定網址"></figure></div>


<p>填入應用程式名稱、工作階段持續時間後，點擊「新增公用主機名稱」，根據實際狀況填入下圖 4, 5, 6 處。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOukYADFRZwF1R3Ox3KwkoJvpzihtQ0jFGyCH4IrMCguLdpDFw8sBWa76ZaVO-EaWLh0O-sMytYNRaZt44lnx-U6eei-_itnGxi6_49FVYVguiAsqWN-8XMmJzDNs01duP0KK-C6FkNxwVk92eok8TM=w1209-h580-rw" alt="使用 Cloudflare 使用 Zero Trust 原則保護特定網址 7 - 加入應用程式" title="使用 Cloudflare 使用 Zero Trust 原則保護特定網址"></figure></div>


<p>選擇要允許使用的原則，這邊可以看到我們剛剛在第一步中加入的 pdf_tools_email 原則</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczObLSXJ4RFE-M-vsrbXWgKRCfuFTTzkp748HJNRN_J009RvsAkniyrUWaGsZvRHMvFbnKBkNHVmIgnrjGXQF-SaQ8-kq0LZJM_AcWQ2nD7q0lPSaoSp_tnDEvAdYNB8s5ZaNEyPhXawfZE11zxVE896=w900-h255-rw" alt="使用 Cloudflare 使用 Zero Trust 原則保護特定網址 8 - 加入應用程式" title="使用 Cloudflare 使用 Zero Trust 原則保護特定網址"></figure></div>

<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczN3FjXAlv0InxHbANdbH0Bwpd8XbpcPNTtK5Pzvk9V1PLlJDwowJ92YohDYFWWdZ5mxHSXwTZGx1UJ6LuiuOwKPgsCBRWt6239pyuDiv4ukjickXMrXPRCfA5z-jk-7BvjC4SwkS9iyPT09j6nmCEFe=w393-h316-rw" alt="使用 Cloudflare 使用 Zero Trust 原則保護特定網址 9 - 加入應用程式" title="使用 Cloudflare 使用 Zero Trust 原則保護特定網址"></figure></div>


<p>後面幾個步驟全部保留預設值直接下一步即可，到最後一步點擊儲存即設定完成</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMd-fLaFYzXPQZAnGA7p0PpmIXHgK25-jnuQk3f1m28wX-8ehN8IAWe2C8BxN_QEJ0RAgi9z7Zo5NEgPvfbZaJetqwa9GvfQ2NNKORAyH-M3qb696HPFdZMFBgBQzvO_yrWMFSPlbtfXb4qJCXgfDQX=w942-h621-rw" alt="使用 Cloudflare 使用 Zero Trust 原則保護特定網址 10 - 加入應用程式" title="使用 Cloudflare 使用 Zero Trust 原則保護特定網址"></figure></div>


<h2 class="wp-block-heading para">測試 Cloudflare Zero Trust</h2>



<p>以上都設定完成後，我們連到剛剛設定保護的網址，瀏覽器會先轉向到 Cloudflare Zero Trust 驗證頁面，填入剛剛在「原則」設定 Allow 登入的 Email</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMdr5tktoYIPPtpJp3IMksNGq1CBmCcPW61oCPKHsMS_O4BcT7M0tjb5ljic-wjTBdjOLDFR7TlmRTyx3omHjWx4FUVgovm8tr5YkRSui6bZoRA7E8XHo8RjRdIWbfYeUHD7fus8m_ZPNPNYOv7g0d8=w790-h590-rw" alt="使用 Cloudflare 使用 Zero Trust 原則保護特定網址 11 - 測試登入" style="width:790px;height:auto" title="使用 Cloudflare 使用 Zero Trust 原則保護特定網址"></figure></div>

<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMnnRky3TdHZ3jn0ydhZruwBmscZX6i9myC4TxZN9Cndth0G9ry7GUnskktNIVL30dcvybV1uyI2YhXwrTmRR9Mcf1d1tV2Fbbm4A069EfBiqnr9T9FRqNW5J2KjQDzi8ZSZT2LngNNEgsB4LNCyqxV=w650-h646-rw" alt="使用 Cloudflare 使用 Zero Trust 原則保護特定網址 12 - 測試登入" title="使用 Cloudflare 使用 Zero Trust 原則保護特定網址"></figure></div>


<p>到上述 Email 中收取驗證碼，複製驗證碼後回到上述頁面填入，蛙姊測試時說如果點 Email 中的連結有可能會驗證失敗，小蛙都是複製驗證碼貼回原本的驗證畫面</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPPW0PWGMvEA3ICWYK-btZbgcV6LvRoD419SUel0JIBInlbXuM-xtbnmmxarQjqF1q5-9pHYelQC-O2mcqPRW0kuCmfAfKE6U4Xl-mSdS9Dvof0xwPVTE_vKBq4xBArP1v5FU_yK21iBywEokpFhWA5=w663-h396-rw" alt="使用 Cloudflare 使用 Zero Trust 原則保護特定網址 13 - 驗證碼" title="使用 Cloudflare 使用 Zero Trust 原則保護特定網址"></figure></div>


<p>驗證完成，頁面成功導向到小蛙架設的服務上 (<a href="https://noter.tw/12976/stirling-pdf-comprehensive-pdf-tool/" target="_blank" rel="noreferrer noopener" data-wpel-link="internal">Stirling PDF: 自行架設全方位免費 PDF 線上工具</a>)</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOUEJBqlhNi9BTtExhiF7gtrAt76N07RC0DA2J6PH_Uhad8gP_wZQHANNovV2U-H-vvNh51BBHsfRCIl3bYOJ4rLQ-6d2Jsq-RwjLv9OXBPdUPJ42WvuikCopAJSX0LXiY2tH4hWy75Z8kROI1CeJBh=w1265-h940-rw" alt="使用 Cloudflare 使用 Zero Trust 原則保護特定網址 14 - 登入成功" title="使用 Cloudflare 使用 Zero Trust 原則保護特定網址"></figure></div>


<p>如果原本就有在使用 Cloudflare，加上架設了無法加入權限驗證、或懶得去動到伺服器設定的話，透過上述方法就能很快透過 Cloudflare Zero Trust 來達到登入驗證的功能，真的很方便喔~！</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12974/cloudflare-zero-trust/" data-wpel-link="internal">使用 Cloudflare 使用 Zero Trust 原則保護特定網址</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://noter.tw/12974/cloudflare-zero-trust/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>gdrive3 : Google Drive CLI Client</title>
		<link>https://noter.tw/12951/gdrive3-google-drive-cli-client/</link>
					<comments>https://noter.tw/12951/gdrive3-google-drive-cli-client/#respond</comments>
		
		<dc:creator><![CDATA[黃小蛙]]></dc:creator>
		<pubDate>Sun, 27 Jul 2025 03:14:56 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[技巧分享]]></category>
		<category><![CDATA[Google Drive]]></category>
		<category><![CDATA[自動化流程]]></category>
		<category><![CDATA[gdrive]]></category>
		<category><![CDATA[新增資料存取權]]></category>
		<category><![CDATA[API Console]]></category>
		<category><![CDATA[gdrive3]]></category>
		<category><![CDATA[Google Drive API]]></category>
		<category><![CDATA[Google Drive CLI]]></category>
		<category><![CDATA[啟用 Google Drive API]]></category>
		<category><![CDATA[設定 Oauth 同意畫面]]></category>
		<category><![CDATA[啟用 API]]></category>
		<category><![CDATA[文字介面 Google Drive 工具]]></category>
		<guid isPermaLink="false">https://noter.tw/?p=12951</guid>

					<description><![CDATA[<p>小蛙照著之前 gdirve 讓你在 Linux 文字介面也能好好使用 Google Drive 來設定新機器使用 gdrive，結果發現在 gdrive about 要進行授權時一直顯示被 block&#46;&#46;&#46;</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12951/gdrive3-google-drive-cli-client/" data-wpel-link="internal">gdrive3 : Google Drive CLI Client</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p>小蛙照著之前 <a href="https://noter.tw/4267/gdirve-%e8%ae%93%e4%bd%a0%e5%9c%a8-linux-%e6%96%87%e5%ad%97%e4%bb%8b%e9%9d%a2%e4%b9%9f%e8%83%bd%e5%a5%bd%e5%a5%bd%e4%bd%bf%e7%94%a8-google-drive/" target="_blank" rel="noreferrer noopener" data-wpel-link="internal">gdirve 讓你在 Linux 文字介面也能好好使用 Google Drive</a> 來設定新機器使用 gdrive，結果發現在 gdrive about 要進行授權時一直顯示被 block 無法使用，查了之後才發現 gdrive 已經更新到 gdrive3 了，舊的方法已經沒辦法正常使用，這篇文章記錄如何使用 gdrive3: Google Drive CLI Client，透過文字命令列使用的 Google Drive 工具。</p>



<span id="more-12951"></span>



<p>gdrive3 要設定的部分比較多也比較麻煩，不像前一版只要下載回來，<code>gdrive about</code>授權完成就可以了，跟著小蛙來一步一步設定吧。</p>



<h2 class="wp-block-heading para">下載 gdrive 套件</h2>



<p><a href="https://github.com/glotlabs/gdrive" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">gdrive3 套件連結下載<span class="wpel-icon wpel-image wpel-icon-6"></span></a>。</p>



<p>點進去之後找到 <a href="https://github.com/glotlabs/gdrive/releases" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">the release section<span class="wpel-icon wpel-image wpel-icon-6"></span></a>，小蛙寫這篇文章的時候最新版本是 3.9.1，下載對應自己作業系統的版本</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNYGCVrMPw553P6PmskDplhKBzRY79R8oRxpZDvvq_HgWCE0ZFBBWL_zCxXg_kAKBwIIzqLjeHGSeWYVP5qcO1v5Uwcke_LlawDMwPdOtCOY-HG72LY-V4AtnELjDGR-OR7iE-R6RCYU8gfyMm7tmgz=w602-h398-rw" alt="gdrive3 : Google Drive CLI Client - 下載 gdrive3 套件" title="gdrive3 : Google Drive CLI Client"></figure></div>


<p>在 shell 環境中下，下載 gdrive、解壓縮，並移動到 <code>/usr/sbin/</code> 讓他可以全域執行</p>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">wget https://github.com/glotlabs/gdrive/releases/download/3.9.1/gdrive_linux-x64.tar.gz
tar -xzvf gdrive_linux-x64.tar.gz
mv ./gdrive /usr/sbin/</pre>



<h2 class="wp-block-heading para">設定 Google 帳號授權</h2>



<p>這版本的 Google 授權跟上一版比較起來真的超級麻煩，github 主頁上也有完整且詳細授權教學 <a href="https://github.com/glotlabs/gdrive/blob/main/docs/create_google_api_credentials.md" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">Create Google API credentials in 50 easy steps<span class="wpel-icon wpel-image wpel-icon-6"></span></a>，有 50 個步驟看起來真的是超級麻煩 &#8230; 不過點進去看的話就會發現其實不到 50 個步驟啦！大約只有 28 個 (&#8230;. 還是很多啊！！！)</p>



<h3 class="wp-block-heading para">建立 Google Cloud 專案</h3>



<p>首先<a href="https://console.cloud.google.com/" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">進入到 Google Clound 控制台<span class="wpel-icon wpel-image wpel-icon-6"></span></a>，第一次使用的話點擊左上角「選取專案」，然後「新增專案」，如果原本就有專案存在的話，使用既有的專案也可以。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczP0fl0a86H4MfeOh6GaZ5ERMdRMF83rk5qz0agX-X8pcif-TXzCQPb5vmg7hr13tUoKQzSY80hzROQQ4649mWRQCb8WKwffZWKxB61IrVqyaxnkljW9AFAhR7oFEU00evNotLxQfsZKiOkQvZL69foP=w841-h260-rw" alt="gdrive3 : Google Drive CLI Client - Google Cloud 建立專案 1" title="gdrive3 : Google Drive CLI Client"></figure></div>


<p>輸入可以辨識的專案名稱，點擊建立，建立完成後右上角會跳出通知，點擊選取專案進入專案頁面</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNrnf_bFPLl5E4QeJGkkdN1RCm1Eyux0e8lfr44oUZ4Bt77KFuWR4KlRsaSyAs4qrYkj7pdOR4biuoOfwXajiLu9f48VvMhSWfx2r3LpCfgH560WU5jEBQ7iU6GZETL3FCivNolSKUJLc9UVIG_CsSB=w551-h399-rw" alt="gdrive3 : Google Drive CLI Client - Google Cloud 建立專案 2" title="gdrive3 : Google Drive CLI Client"></figure></div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNAiS6uv8WDQfVv8dnILSXKRhmtnOhOq5w8Qo7WOTrdhQNgxvVWvJ8PXCoOgLRzr59zNCZHtkWjOO0UJAGeJyqRRrWAdTXJGE28vi0cBO0kqKK-7RvQGkXNiVZX64X3StL4zL11zWHrmWa862Mr_bH7=w410-h179-rw" alt="gdrive3 : Google Drive CLI Client - Google Cloud 建立專案 3" title="gdrive3 : Google Drive CLI Client"></figure></div></div>
</div>



<h3 class="wp-block-heading para">啟用 Google Drive API</h3>



<p>在上方搜尋欄輸入「drive api」，點擊第一個搜尋結果「Google Drive API」，點擊「啟用」來使用 Google Drive API</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOqLBQSVz3N2daUjVJsa0ltc0KdImgBST5T93F_rMZY_efzNxOY-7r08u7J6A4ZJbBwoR6-JTIryfBthoOFtfUQizbaCOf5XJoZ3E_x_yQSBlZhFAoTIYGK8GujLohiuJrW7VoCV5HHcGa828qzTXt4=w416-h278-rw" alt="gdrive3 : Google Drive CLI Client - 啟用 Google Drive API 1" title="gdrive3 : Google Drive CLI Client"></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMVGVUfhMRdh17XNe_UlMGU3Csrsmh0tFdhmpzvbCV4smmqCvpCSgb6leFmnxdx-k92AXGByCIu7F1byeNRQtZ2XTZRA6gXOq5u3MarP5Cco7nCGCcfUwHD_JD9cINosoag_wJgJ1Vy3nYY2tdouK5-=w455-h217-rw" alt="gdrive3 : Google Drive CLI Client - 啟用 Google Drive API 2" title="gdrive3 : Google Drive CLI Client"></figure>
</div>
</div>



<h3 class="wp-block-heading para">設定 OAuth 同意畫面</h3>



<p>成功啟用 Google Drive API 後，點擊左側選單「憑證」，點擊「設定同意畫面」</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczM8VZJ2vkRhb6YpzcHJ3o3d2MwaTFiGO75nD2EQMsmURNcmhU_v34nDyGtQ6dq1041vrDMdFaErp7HpMvRSTG7blXxm1X-_g7Bp-qLsbdxLnl1UXCDXtgEyItOIuQ5L9mQ9e-B51hWIzTqRoebbMo7H=w954-h346-rw" alt="gdrive3 : Google Drive CLI Client - 設定 OAuth 同意畫面 1" title="gdrive3 : Google Drive CLI Client"></figure></div>


<p>點擊「開始」設定 Google 驗證平台，輸入應用程式名稱及使用者支援電子郵件</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOYSM6asBcoMrW-0o15VZ8PVp5ze5NjZQeiMD8iDMf_8w9xWghjnhcciIPGihLjOOWtPuabPEo4ozjUM4gNjzgWpd59wNwtrdtjl5EofedlrdAkupr3ZOP75ro-wEZWAtnpCC1Lcg4vOGQzp8c-MXiq=w542-h445-rw" alt="gdrive3 : Google Drive CLI Client - 設定 OAuth 同意畫面 2" title="gdrive3 : Google Drive CLI Client"></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNoQt-RvfeX5GloxfFnfXx7Mb3dytWCZlEz83Abf3RdQ4vMVqYKXvqXMt7I4RwIxjuJOu8pr0Tkt2aBzqQYLGfoLxwWWmQYf3wn-gBO28OrZksck30ByOgJRH-K-3gTGbW68Z7Y8NeyPzaMDQ1IrsjO=w576-h355-rw" alt="gdrive3 : Google Drive CLI Client - 設定 OAuth 同意畫面 3" title="gdrive3 : Google Drive CLI Client"></figure>
</div>
</div>



<p>目標對象選擇「外部」，填入聯絡資訊，同意條款後點擊「建立」</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNLR_1S9o3ED6tFNo6Su6a9S3UzvMkHFuAoc1HrMApZB2GuenHAZHyHxEIrKuCv82I7zsfEvfEJYfaGKMedSW_46xR27ooNqGv8dIDjM3MJCUiV8z5InbVxQNwPLyjzEaD2bB29UJRt7sGuNV_9iPzM=w565-h393-rw" alt="gdrive3 : Google Drive CLI Client - 設定 OAuth 同意畫面 4" title="gdrive3 : Google Drive CLI Client"></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczN-irV9NqSHPOXvVWQAJRTxBEtkfeqYVzmDQ6G7Va95Iw8zEtioK4WFoTxEgeJM4NgYOq3JEMkB03LR5QjU1zHy35OIx8kJatocgjwo8kvunm3LzI0pfK_7JXJCJ6gGJikMPDK7f-NVvSqng1nT_Fe8=w613-h329-rw" alt="gdrive3 : Google Drive CLI Client - 設定 OAuth 同意畫面 5" title="gdrive3 : Google Drive CLI Client"></figure>
</div>
</div>
</div>
</div>



<h3 class="wp-block-heading para">新增資料存取權</h3>



<p>點擊「資料存取權」-&gt;「新增或移除範圍」</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPvSO-Epve8DVslM0S9SUx-zOZd8GDrolC6UhRNp1owEtyTjk56MWqmfPeoTiI8c00_Ns5fhYPqFjCsURsXtQWfbvxKD14W46Xk00vYTeFqeLTvxI_0dwadhsr6MdqTu9eaZrCCOhm-XyfngiUFjnw9=w792-h348-rw" alt="gdrive3 : Google Drive CLI Client - 新增資料存取權 1" title="gdrive3 : Google Drive CLI Client"></figure></div>


<p>篩選條件輸入「Google Drive API」，下方範圍選擇 <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color"><strong>&#8230;/auth/drive</strong></mark> 及 <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color"><strong>&#8230;/auth/drive.metadata.readonly</strong></mark> 兩個，選完後點擊最下方「更新」</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMzKE-BM9NyW0cUpgeD8iMNxPjEPvI6bG_0O4dyQhvINp6TIuVSlzv1fj3QxKNMacNPp7tlfXxZlldGLtkv28uxQlLZh-P5WnqIC9RBImcEdBMseTOY7vv_9KkeJdli3x6YoWuQv_aWBc1LplgpzKlh=w725-h635-rw" alt="gdrive3 : Google Drive CLI Client - 新增資料存取權 2" title="gdrive3 : Google Drive CLI Client"></figure></div>


<p>接著畫面會顯示剛剛選擇的那兩個，點擊 Save 儲存</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMqS5L81SnhDeBo_9FpoKQRnAF4wtuchykCW92Oiv-fnVgQUJmNnCBXxpgBS2ZUL2fU8yXoX-saKHQUUxHVj_liw9bH8dlGdgJ62WLFp-xiQG6DysPA0bDHLb3EeI401mu9KHj9NmQhXv4uqOvp5O2s=w537-h372-rw" alt="gdrive3 : Google Drive CLI Client - 新增資料存取權 3" title="gdrive3 : Google Drive CLI Client"></figure></div>


<h3 class="wp-block-heading para">新增目標對象</h3>



<p>接著點擊「目標對象」-&gt;「Add users」</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczN5LlpqroLq6SMmPnlxVGtBr1sk9gQymiaqhWGuXGC6Z-pLq1h2F-kxdnqZq6c2fIce71tLcG6fWCp085d4xb1CHWVu9rqLh-mxQm4cuTCIsb_l26U1KdnoCVpSATg0mVkR8omqF18YiMkKRnFeltPT=w865-h686-rw" alt="gdrive3 : Google Drive CLI Client - 新增目標對象 1" title="gdrive3 : Google Drive CLI Client"></figure></div>


<p>輸入要使用 gdrive3 的使用者</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNuqBAtgoT82GQc23Fyw81Tab3aiG2rDSKOoRa3y8j_TH9i08nh2BYD6EbwGKQTCJ6gYPSYKEjn_YKFBcLRLzL2TOPz95T9lKKmGDN09vOvvKgHoU1j6nWgEZ-9mfTjzQfZr3g6D7oWKnqKms8TsBel=w735-h320-rw" alt="gdrive3 : Google Drive CLI Client - 新增目標對象 2" title="gdrive3 : Google Drive CLI Client"></figure></div>


<h3 class="wp-block-heading para">建立 Oauth 用戶端</h3>



<p>點擊「用戶端」-&gt;「建立用戶端」，應用程式類型選擇「電腦版應用程式」，接著輸入自己可以辨認的名稱即可</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOMvrV0LjbXZBK7jRy8zmev1fVORHPKsS2nimuyDXT3Cevva6S0pWuV_jmQrcIXfcKROeDTsYREvouRtozdh8OO9nSk4kKRSJ59LhBKjMjvTgdWI3lBy1KKXiBXPGFsy1-g5Va_p2HyZ4_q1uXRvBgY=w585-h305-rw" alt="gdrive3 : Google Drive CLI Client - 建立 Oauth 用戶端 1" title="gdrive3 : Google Drive CLI Client"></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPQgzwcgrd_GP09lwKTxd81OQTYB1FG6mK_IUqGUXKM68YQQJALdsHjCxH9LUUgBsXj-bAdU9N4M99TrF2wIbw9W8sQ-zk0HWa0JJgA52CYGjrWqp0FSc0oy_XRq0VrSN5rY3ukJeISAhf4MMJ3JFvS=w555-h410-rw" alt="gdrive3 : Google Drive CLI Client - 建立 Oauth 用戶端 2" title="gdrive3 : Google Drive CLI Client"></figure>
</div>
</div>



<p>建立完成，點擊「下載 JSON」可以把密鑰下載下來，要注意這邊的密碼要記起來，關閉這視窗之後就再也看不到這個密碼了，只能刪除重建一個新的喔。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczP50ROlmnjFVVtV8-IOKQw3phcLk8IpM-4F-XP55K3stWTDsFr3V7_5zT9K2MiPM7mCoSwqLONiXQDsBPrhmKEUFcW1ocQVM4waxNPfDUU00MO_MC_yYmj6ES3pkyZGO-9ZZGJK3DcdPRt1ApWMBf0p=w503-h512-rw" alt="gdrive3 : Google Drive CLI Client - 建立 Oauth 用戶端 3" title="gdrive3 : Google Drive CLI Client"></figure></div>


<h3 class="wp-block-heading para">發布應用程式</h3>



<p>點擊左側「目標對象」->「發布應用程式」</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOm8jL9_IeXoDK7dURzsWYm5zJsG4uqBuxv_uyshbAI-86TfdMB5CJqCTEkvKP6pGSEy3AfsWpIpUaOiau63P4QP8eXPtoqlm4a0F0KUaJlbHF0apJrUNERNjV6USrPdCIm1qyNHH5Icx2GHvQtKPKe=w435-h303-rw" alt="gdrive3 : Google Drive CLI Client - 發布應用程式 1" title="gdrive3 : Google Drive CLI Client"></figure></div>


<p>確認後就完成 Google Drive API 的設定囉 ~</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMusqFYBxlEMnD5aOEpuLl9Y4wDdiWYSjHG2HclKyo2BapTcg1UehDRszGdF60wbhkTdjt0VQQAuHF6gK_wrgo41EFis7_0uIu-vSInWl0RPP8S8MeiFEDxxYlbp8NSQbkYvn998XzWt3QHUHqAsDoP=w549-h207-rw" alt="gdrive3 : Google Drive CLI Client - 發布應用程式 2" title="gdrive3 : Google Drive CLI Client"></figure></div>


<h2 class="wp-block-heading para">gdrive3 認證</h2>



<p>這部分要依照「本機是否可以開啟瀏覽器」來區分，因為小蛙安裝在 VPS 上沒有辦法開啟瀏覽器來驗證，也不像前一版可以遠端驗證</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOpkuwA4LWDNYEi_vCS2d6__w4A1bKlHe5C4JIaLYSip2dqKlb4zpkKUiHfBxgNtnTJW2M63H5TVcdx47rdjPAHHigBHeHQficR8MH2BrKE4NpWPiNVK58E4FBRrXPo3_9-PgZLKvCx64d2cx0uzKRB=w641-h419-rw" alt="gdrive3 : Google Drive CLI Client - 認證 失敗" title="gdrive3 : Google Drive CLI Client"></figure></div>


<p>因此這邊需要在 Windows 本機也安裝 gdrive，在本機驗證成功後，把設定檔匯出，在到 VPS 上匯入設定檔，這樣就能讓不能開瀏覽器的主機也能正常使用 gdrive，下面小蛙就示範怎麼執行這些步驟。</p>



<p>下載 Windows 版本的 gdrive，解壓縮後進入到目錄，接著執行<code>gdrive account add</code>，輸入上面取得的用戶端編號與用戶端密碼後，會得到一個連結，複製貼到瀏覽器進行認證</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczO5PxeKR3gqSzNs3AE2Brh3hL53ijfdb45o3HzeLEx8PH9G_mBCfwrwnqrMsBpt7NEpsLKxK_qXku-8BIVoTQr4bvZuYzobDlxd9JvgUohAmSY0tEHX4UvwaN93KaZKsU50HxHIVY07Ot1BS8wSXWN2=w981-h456-rw" alt="gdrive3 : Google Drive CLI Client - 驗證、匯出" title="gdrive3 : Google Drive CLI Client"></figure></div>


<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">gdrive account add
# Client ID (輸入用戶端編號)
# Client secrent (輸入用戶端密碼)
# 取得驗證連結 (貼到瀏覽器進行認證)
# 驗證成功顯示 Logged in as xxxxx@gmail.com</pre>



<p>輸入剛剛上面 Add user 中輸入的 gmail 帳號</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNQ0tlovd_Lx_offLztnGAzhPwueEn1Q-c63Shi0G3L3fkB8ZJbC-htu_blKIKlpDj4klyD6NlVH1AfOYl2LHIza66OqPIokwVWVVIXor86179TL7x5MDSrLCeOgXIaZmm2FZAPJzv8SE2ZjCRNxdqb=w1051-h441-rw" alt="gdrive3 : Google Drive CLI Client - 驗證 Google Drive API 1" title="gdrive3 : Google Drive CLI Client"></figure>



<p>遇到下面這個畫面沒關係，點擊顯示進階設定，點擊下方前往「GDrive3」(不安全)</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMwiuWQZKGEtOsgTev8dVkSkUM5e_ZHYmuJKBjywOSiiBTlijIjuQnYSVROat5ihi4SEYA5iVm-br-g5jWkE6zD72cgcYlKbARXXM9IIzk_uH8DoaHx4G-u_0T83uJHTlyfibTB92ItCB2v7LBAR26W=w644-h448-rw" alt="gdrive3 : Google Drive CLI Client - 驗證 Google Drive API 2" title="gdrive3 : Google Drive CLI Client"></figure></div>


<p>兩個權限都勾選後點擊繼續</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMvkcr94IMCBGcZ3_1EFP3rMH7HCFyLyJ4J7Efk6KSZ_MIullJCWw6rBVctY1p3jf9TqOOYQozKCgdNKQGYoQVA6H0keU4ACWRVZmL_h26WryCg9puHYiJNJ5uzUXz5d5BNe2B-4Theg7fO0S7CvZM1=w1044-h739-rw" alt="gdrive3 : Google Drive CLI Client - 驗證 Google Drive API 3" title="gdrive3 : Google Drive CLI Client"></figure></div>


<p>驗證成功</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczM1j3v0kab7tsCubxZzph7ttvJarHfEaazkYUQal5E_mUIq7-4Bur73y5FO7Q4bCqmKJDQbpwmQmyRYBAwnQThxk38pskwge36Vvq49EuP-66KkjPV2Mb-gwxdqGCPdZ57ICr9oHaejs0axh09-e8sF=w336-h97-rw" alt="gdrive3 : Google Drive CLI Client - 驗證 Google Drive API 4" title="gdrive3 : Google Drive CLI Client"></figure></div>


<p>接著將驗證成功的檔案匯出，輸入<code>gdrive export</code>剛驗證成功的 gmail 帳號</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNcbmyAoI7ERJDNqlDpUDuTnVVF5OetKG31Y0ryxTsnbxiaaoyFiueUIoOK7Kd7ZV8ej9RNfxGxfywrdavxJxXTwGjA-VlDj8eflJhPPZdSI4jz9EFQKmHxLDzeOujy2HOwzJn981lWXeU0opNjKhRz=w706-h130-rw" alt="gdrive3 : Google Drive CLI Client - 匯出 gdrive 驗證檔" title="gdrive3 : Google Drive CLI Client"></figure></div>


<p>把上面產生的檔案上傳到 VPS 主機上，使用<code>gdrive account import</code>匯入就成功囉~</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOLk8tqKSEU0-NcgWgSeb1KOYulLXzphCPJcM8foQXR-P1IMat7l2X0e0pssW7JbBhq5MyqOzzX8dXn4v7F82qlw1LiO-a1KHOJ-B-Ggig7Ua3LizCqr8lJh9YS0VOaN8tOnTmH9l8xfL-kYnOcjNSX=w1141-h109-rw" alt="gdrive3 : Google Drive CLI Client - 匯入 gdrive 驗證檔" title="gdrive3 : Google Drive CLI Client"></figure></div>


<h2 class="wp-block-heading para">gdrive3 基本使用</h2>



<p>只要輸入<code>gdrive</code>就可以看到使用說明</p>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group=""># gdrive
Usage: gdrive &lt;COMMAND>

Commands:
  about        Print information about gdrive
  account      Commands for managing accounts
  drives       Commands for managing drives
  files        Commands for managing files
  permissions  Commands for managing file permissions
  version      Print version information
  help         Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help information</pre>



<p>輸入<code>gdrive files mkdir 資料夾名稱</code>可建立資料夾，小蛙要用來放備份的，因此輸入<code>gdrive files mkdir backup</code>，建立一個名稱為 backup 的資料夾，接著會回傳一個 directory id，之後存取這個資料夾都是認這個 directory id 而不是資料夾名稱喔。</p>



<h3 class="wp-block-heading para">建立資料夾</h3>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group=""># gdrive files mkdir backup
Created directory 'backup' with id: 1MuLg1nlmZwudTdW4MJqhNO1z88i9Vur2</pre>



<p>到 Google 雲端硬碟可以看到成功建立了 backup 資料夾</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPALj9qNEhjP_nUQVGBjfl_sjS8N2DwI9xt6jWgF-QRgqnC4jPavznsOC4GuwV-Woydo5Wt7zFfeBAh1cZfd85FFKRGYqrfNbHFraatBoct7yE4m3raEPpgND72DAcR1g_HVmjV11NXNHvnStyn_-61=w505-h252-rw" alt="gdrive3 : Google Drive CLI Client - 我的雲端硬碟" title="gdrive3 : Google Drive CLI Client"></figure></div>


<h3 class="wp-block-heading para">上傳檔案</h3>



<p>這一版不支援前一版可以<code>gdrive sync upload 本機資料夾 雲端資料夾id</code>直接同步整個本機資料夾內的檔案，只能透過以下指另一個一個上傳</p>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">gdrive files upload --parent 1MuLg1nlmZwudTdW4MJqhNO1z88i9Vur2 1.txt
gdrive files upload --parent 1MuLg1nlmZwudTdW4MJqhNO1z88i9Vur2 2.txt
...</pre>



<p>或者是批量把資料夾下的資料都上傳可透過以下指令，不過這樣會在原本要上傳的 backup 資料夾下又在建立一個 backup 資料夾 &#8230; </p>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">~/backup# gdrive files upload --parent 1MuLg1nlmZwudTdW4MJqhNO1z88i9Vur2 --recursive ./
Found 2 files in 1 directories with a total size of 70 B
Creating directory 'backup' with id: 1elbAeqJGIA_h8VeKSGveWWuyVL_vZevp
Uploading file 'backup/1.txt' with id: 1HuMgkjhnLwWnCkub3hwfU2WVXvC-o3IQ
Uploading file 'backup/2.txt' with id: 1S76vQWzWtR1AzR-IzxDMPBh2RBzNAvOB
Uploaded 2 files in 1 directories with a total size of 70 B</pre>



<p>大概 gdrive 的教學就到這邊，如果遇到參數不知道怎麼下的時候，只要在最後面加上<code>-h</code>就可以看到指令教學。</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12951/gdrive3-google-drive-cli-client/" data-wpel-link="internal">gdrive3 : Google Drive CLI Client</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://noter.tw/12951/gdrive3-google-drive-cli-client/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>密碼產生器</title>
		<link>https://noter.tw/12907/%e5%af%86%e7%a2%bc%e7%94%a2%e7%94%9f%e5%99%a8/</link>
					<comments>https://noter.tw/12907/%e5%af%86%e7%a2%bc%e7%94%a2%e7%94%9f%e5%99%a8/#respond</comments>
		
		<dc:creator><![CDATA[黃小蛙]]></dc:creator>
		<pubDate>Fri, 11 Apr 2025 02:50:11 +0000</pubDate>
				<category><![CDATA[便利工具]]></category>
		<category><![CDATA[password generator]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[密碼產生]]></category>
		<category><![CDATA[密碼自動生成器]]></category>
		<category><![CDATA[密碼生成]]></category>
		<category><![CDATA[密碼]]></category>
		<category><![CDATA[線上密碼產生]]></category>
		<category><![CDATA[免費線上密碼產生]]></category>
		<category><![CDATA[隨機密碼]]></category>
		<category><![CDATA[密碼產生器]]></category>
		<guid isPermaLink="false">https://noter.tw/?p=12907</guid>

					<description><![CDATA[<p>每次產生密碼都要 Google，好友丟來了 ChatGPT 寫的密碼產生器，直接放在這邊囉！</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12907/%e5%af%86%e7%a2%bc%e7%94%a2%e7%94%9f%e5%99%a8/" data-wpel-link="internal">密碼產生器</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p>每次產生密碼都要 Google，好友丟來了 ChatGPT 寫的密碼產生器，直接放在這邊囉！</p>



<span id="more-12907"></span>



<iframe src="https://noter.tw/password-generator.php" width="100%" height="700"></iframe>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12907/%e5%af%86%e7%a2%bc%e7%94%a2%e7%94%9f%e5%99%a8/" data-wpel-link="internal">密碼產生器</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://noter.tw/12907/%e5%af%86%e7%a2%bc%e7%94%a2%e7%94%9f%e5%99%a8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHPMailer + Gmail OAuth2 寄信</title>
		<link>https://noter.tw/12780/phpmailer-gmail-oauth2-%e5%af%84%e4%bf%a1/</link>
					<comments>https://noter.tw/12780/phpmailer-gmail-oauth2-%e5%af%84%e4%bf%a1/#respond</comments>
		
		<dc:creator><![CDATA[黃小蛙]]></dc:creator>
		<pubDate>Thu, 25 Apr 2024 08:08:36 +0000</pubDate>
				<category><![CDATA[程式開發]]></category>
		<category><![CDATA[網頁後端]]></category>
		<category><![CDATA[技術相關]]></category>
		<category><![CDATA[get_oauth_token.php]]></category>
		<category><![CDATA[已授權的重新導向 URI]]></category>
		<category><![CDATA[oauth2 refresh token]]></category>
		<category><![CDATA[PHPMailer]]></category>
		<category><![CDATA[OAuth 用戶端 ID]]></category>
		<category><![CDATA[Gmail API]]></category>
		<category><![CDATA[Google Cloud 憑證]]></category>
		<category><![CDATA[PHPMailer Gmail OAuth2]]></category>
		<category><![CDATA[OAuth2 憑證]]></category>
		<category><![CDATA[XOAUTH2]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[建立 OAuth 用戶端 ID 憑證]]></category>
		<category><![CDATA[OAuth token]]></category>
		<category><![CDATA[Google Workspace]]></category>
		<category><![CDATA[PHP Gmail 寄信]]></category>
		<category><![CDATA[PHP 發送郵件]]></category>
		<guid isPermaLink="false">https://noter.tw/?p=12780</guid>

					<description><![CDATA[<p>小蛙有個維護的系統使用 PHPMailer 透過 Gmail 帳號密碼發送郵件，近期收到 Google 寄來的通知「自 2024 年 9 月 30 日起，應用程式必須採用 OAuth 才能存取 Google Workspace 帳戶。系統將不再支援使用密碼 (應用程式密碼除外) 的存取行為。」為了避免哪一天突然通通都只支援 OAuth，趁現在有一點時間趕快來改一下。</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12780/phpmailer-gmail-oauth2-%e5%af%84%e4%bf%a1/" data-wpel-link="internal">PHPMailer + Gmail OAuth2 寄信</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p>小蛙有個維護的系統使用 PHPMailer 透過 Gmail 帳號密碼發送郵件，近期收到 Google 寄來的通知「自 2024 年 9 月 30 日起，應用程式必須採用 OAuth 才能存取 Google Workspace 帳戶。系統將不再支援使用密碼 (應用程式密碼除外) 的存取行為。」為了避免哪一天突然通通都只支援 OAuth，趁現在有一點時間趕快來改一下。</p>



<span id="more-12780"></span>



<p>PHPMailer + Gmail OAuth 發信大概有幾個步驟：</p>



<ol class="my-li bg-darkblue wp-block-list">
<li><strong>安裝必要套件</strong>：使用 composer 在網站上安裝 phpmailer/phpmailer 及 league/oauth2-google 套件。</li>



<li><strong>建立 OAuth 2.0 用戶端 ID 憑證</strong>：到 Goolge Cloud 建立一個專案，並開啟 Gmail API 與建立一個 OAuth 2.0 用戶端 ID 憑證。</li>



<li><strong>取得 Refresh Token</strong>：設定 <code>get_oauth_token.php</code> 通過 OAuth 驗證，取得 Refresh Token。</li>



<li><strong>使用 PHPMailer 寄信</strong>：使用 PHPMailer 搭配前幾步得到的資訊寄送郵件。</li>
</ol>



<h2 class="wp-block-heading para">安裝必要套件</h2>



<p>需使用 composer 安裝必要套件，沒有 composer 的話可參考<a href="https://getcomposer.org/doc/00-intro.md" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">這邊<span class="wpel-icon wpel-image wpel-icon-6"></span></a>。</p>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">composer require phpmailer/phpmailer
composer require league/oauth2-google</pre>



<h2 class="wp-block-heading para">建立 OAuth 2.0 用戶端 ID 憑證</h2>



<h3 class="wp-block-heading para">啟用 Gmail API</h3>



<p>進入到 <a href="https://console.cloud.google.com/apis/dashboard" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">Google Cloud<span class="wpel-icon wpel-image wpel-icon-6"></span></a>，點擊左上方專案下拉選單 -> 新增專案 -> 輸入專案名稱，只要自己能辨識的即可，下面若有機構、位置，也都必須填寫上去</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczP4fogGZPjU75mdxaeI0tKW2eGRS6FBUuaLQDUBqfgiO7knRvicztaTrMIUvqtpjyHL1b3_UA2wW586_u2pjqPXf2i5JVbEQwBDqsgfF_49ZwFj4gnTYZxNYJ6CP86gNEcwB1UuMCIhRLv6_xQfPFlq=w666-h715-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 1" style="width:500px" title="PHPMailer + Gmail OAuth2 寄信"></figure></div>


<p>專案建立完成後進入該專案，左側選擇「已啟用的 API 和服務」，點擊「啟用 API 和服務」</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMKjfxWGckFT4SDqI9q5OGQi6NYeo_gpu-MQduZVVo3A5ArRza7b9UuIB4DF8LMkVhGYIeyC8oGBTCOQcq0vh4m4SQIzI84ARFBNMbgCIoKTGo_FG8adK4gWlOjolBpIpv3Z4v0UDeI7X8-vnvo0S64=w714-h390-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 2" style="width:500px" title="PHPMailer + Gmail OAuth2 寄信"></figure></div>


<p>找到並啟用 Gmail API</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczN60kf2CLZeKdaaKKq_T_dfsTQ51TsKgzgjJoK5oPxoAi69KAAQuqX3GWE5u5nNGBe7zP7V3EKceOYUe2cHXtLpFjLAbQgOm9lJQ1FVRBInF3Up-pmebuYjoRS37QywSXmEJk1rrieIxFPiD-oemF-X=w594-h401-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 3" style="width:400px" title="PHPMailer + Gmail OAuth2 寄信"></figure></div>


<h3 class="wp-block-heading para">建立 OAuth 用戶端 ID 憑證</h3>



<p>成功啟用 Gmail API 後，左側進入「憑證」選單 -> 點擊「建立憑證」 -> OAuth 用戶端 ID</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPJKZpCSzpeLLRDHvkcwdJD2f82V1YY0UX5OZE9ykHd8uya60uNODJxm49OV5r5Qmv3F1JLR1DFHrUrGDD2fMKWaHXiF2miu0JIAHax-roCaD5dAJI4A16PN-RdZG0xIlmNhSD3LIpm8fLS3FNqSA9x=w935-h456-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 4" style="width:600px" title="PHPMailer + Gmail OAuth2 寄信"></figure></div>


<p>第一次建立需要先設定同意畫面，點擊「設定同意畫面」</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOGpbByPCfX_QYNdc3Tty8-pY4dMxWJQdOxwQobKf0GaWAvTLjax_su14ODzwzsrdZ2RsU8t8OwBr2b4TWiI8OQ7ZStwA_Av-K3l8dkgTFGtlVaWcV1sravgQpNQQcVt2MZwamni3tLnDlWAd54SrMe=w690-h276-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 5" style="width:500px" title="PHPMailer + Gmail OAuth2 寄信"></figure></div>


<p>我們的目的是完成至少一次 OAuth 驗證取得 Refresh Token，這邊選「內部」就可以了</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPGy3-iYpG5LY2fG9QKVqTJAah6GW-_2JCtjqsHeeYV9y2dHxGjF_aW7IR-lFGfI3cnEJyLXg8h4p6x_AvY5CRhrizpFWg9Dc2aCUp-MDQ9_S6rgUDoKVxDP8hCWRUDNu29lPxlPo87aMlhY8pTL1gj=w679-h581-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 6" style="width:400px" title="PHPMailer + Gmail OAuth2 寄信"></figure></div>


<p>應用程式名稱、使用者支援電子郵件及開發人員聯絡資訊為必填項目，其餘部份視情況填寫，填寫完成後點擊「儲存並繼續」。</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczN61095TO7WUG8Jydw_-ZEoOhID5Y4tzbiDnmw_EIlI3ueo2-T-LMeWGh0oEkOosg26OKJulTg1vTsPF-uCZD-5oXDv_iPtwv4-vlFaaULC10U_zRvGVVxjAtYVKQYxdm-QAunv4opzFP9zcAP3zcHN=w679-h798-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 7" style="object-fit:cover" title="PHPMailer + Gmail OAuth2 寄信"></figure></div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNQiuqmUzaJJl-XySD31aSUGYPYyVDAVZltwi4U-9m2cpKP-4gKABuJzPwt1Dg2HfeIHFasME78Z8_TRyyXzwcq_gwbpZpvd7UNRph2x2ekx6o4zuoMD1sGyutyLuIpulDbyxdU7OqLBtaW_Cl8opWg=w677-h862-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 8" title="PHPMailer + Gmail OAuth2 寄信"></figure></div></div>
</div>



<p>第二步範圍部份直接留空，點擊「儲存並繼續」</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMBKau2JTNrXXjqDFkP6vISLfQa_hyHJQZRr_w9v9na-CXiiEKI5e8TO7t0C3wKt5v-8aYVfi4YgRvXzNvvJ4QkjXPVHZBtmBlt4H3FkXCyXPGKRSNUNObiptfhmJ1UEhYPT5loGB9gTJ6wZKmZvJNA=w676-h552-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 9" title="PHPMailer + Gmail OAuth2 寄信"></figure></div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPL1myaeyJMZsXqKb_MX2HErqMs1VuvwGiBzmkDAyYLb4BoaNkDvV1DS72TAcrkCDLkkAsGJSavFnwjg_t-cq28V3ezmndNqK-Z2OqmDslV5_YMKhD8Kq8jk3Om8akIA3lSIImxgLQfyE3e28hJ5JIh=w676-h537-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 10" title="PHPMailer + Gmail OAuth2 寄信"></figure></div></div>
</div>



<p>OAuth 同意畫面建立完成</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-10 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPNN115kjpIKr-OPaknHyw3-TG0PVuuC9RCkdtZP5YgXMIQ8tq4-IpdYERZJ4wm0X8CFzz4nmvnSuPMhuXXuvLHu-qoQbJ7VAuR-Nu28p6jfmQmgkYYzJm6PDPPONbVzFuUCR6vR745pdeEq9fxllq2=w675-h617-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 11" title="PHPMailer + Gmail OAuth2 寄信"></figure></div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczP6GUlp18EkN6JAvl90LMqTV67IcvEvLRLdIZN5eL-a97ABLE9FficqfhZqCGq8hrSjQBGRmyDuFp2FP7OSTC4iwXY5Eq_SPh39XTBoGN0NH2paLIG5b8UsF4cawd3WMvmaiEUSKJvyAX3eAolyW6C7=w676-h569-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 12" style="width:416px;height:auto" title="PHPMailer + Gmail OAuth2 寄信"></figure></div></div>
</div>



<p>再回到「憑證」->「建立憑證」->「OAuth 用戶端 ID」</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPJKZpCSzpeLLRDHvkcwdJD2f82V1YY0UX5OZE9ykHd8uya60uNODJxm49OV5r5Qmv3F1JLR1DFHrUrGDD2fMKWaHXiF2miu0JIAHax-roCaD5dAJI4A16PN-RdZG0xIlmNhSD3LIpm8fLS3FNqSA9x=w935-h456-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 13" style="width:600px" title="PHPMailer + Gmail OAuth2 寄信"></figure></div>


<p>應用程式類型選擇「網頁應用程式」，名稱為必填，可以跟小蛙一樣輸入 PHPMailer，只要能辨識即可。「已授權的重新導向 URI」填入網站下 phpmailer 套件下的 <code>get_oauth_token.php</code> 路徑 (也可以把它拉出來到外層比較好處理的地方)，小蛙這邊的例子是 </p>



<pre class="wp-block-preformatted">https://xx.xxx/vendor/phpmailer/phpmailer/get_oauth_token.php</pre>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOvK99odz0V_ok4Ie8wEihuHHv3Xd3nohjEQ1SmNSN1I50Ee6aQvGsCmfK7gHRbfmJ5ZcSVeeErcTpRocoGuWztkqtHUyZt1oilrTZdcgLYnkeM8e4ZMt7Am8nv05r2prtZfGseGj2stkKXgvBz7dgz=w681-h993-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 14" style="width:503px" title="PHPMailer + Gmail OAuth2 寄信"></figure></div>


<p>建立完成後會得到<strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">用戶端編號</mark></strong>及<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color"><strong>用戶端密鑰</strong></mark>，先存起來等一下馬上會用到。</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPcJ7LUPlQ7amLYg7ihWiFq4zwGti6hcZPBNouXbgkQ_tRXUQmQ9CrD9mPV_-LsRN2wybLy7tyxGnXAI0ndlSzMC1TGMR3QuT8TNQYwXeBn6HTxwvEE_J_U_vmVtEymVD4jh9EnFf4UYMtweBlLZ2K1=w570-h480-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 15" style="width:400px" title="PHPMailer + Gmail OAuth2 寄信"></figure></div>


<h2 class="wp-block-heading para">取得 Refresh Token</h2>



<p>找到 PHPMailer 下的 <code>get_oauth_token.php</code> (預設應該會在網頁目錄下的 <code>vender/phpmailer/phpmailer/</code>)，PHPMailer 原始附帶的檔案會一直卡在 Provider missing 或 Invalid state，沒辦法正確取得 Refresh Token，因此小蛙對 <code>get_oauth_token.php</code> 做了一些修改，確保可以拿到 token。</p>



<pre class="EnlighterJSRAW" data-enlighter-language="php" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">&lt;?php
/**
 * PHPMailer - PHP email creation and transport class.
 * PHP Version 5.5
 * @package PHPMailer
 * @see https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
 * @author Marcus Bointon (Synchro/coolbru) &lt;phpmailer@synchromedia.co.uk>
 * @author Jim Jagielski (jimjag) &lt;jimjag@gmail.com>
 * @author Andy Prevost (codeworxtech) &lt;codeworxtech@users.sourceforge.net>
 * @author Brent R. Matzelle (original founder)
 * @copyright 2012 - 2020 Marcus Bointon
 * @copyright 2010 - 2012 Jim Jagielski
 * @copyright 2004 - 2009 Andy Prevost
 * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html GNU Lesser General Public License
 * @note This program is distributed in the hope that it will be useful - WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.
 */

/**
 * Get an OAuth2 token from an OAuth2 provider.
 * * Install this script on your server so that it's accessible
 * as [https/http]://&lt;yourdomain>/&lt;folder>/get_oauth_token.php
 * e.g.: http://localhost/phpmailer/get_oauth_token.php
 * * Ensure dependencies are installed with 'composer install'
 * * Set up an app in your Google/Yahoo/Microsoft account
 * * Set the script address as the app's redirect URL
 * If no refresh token is obtained when running this file,
 * revoke access to your app and run the script again.
 */

namespace PHPMailer\PHPMailer;

// 用來看錯誤訊息以及刪除 opcache
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
@opcache_reset();
	
/**
 * Aliases for League Provider Classes
 * Make sure you have added these to your composer.json and run `composer install`
 * Plenty to choose from here:
 * @see https://oauth2-client.thephpleague.com/providers/thirdparty/
 */
//@see https://github.com/thephpleague/oauth2-google
use League\OAuth2\Client\Provider\Google;

// 根據自己的 vendor 路徑進行調整
require '../../autoload.php';

session_start();

// 改成剛剛在 Google Cloud 上設定的值
$providerName = 'Google';
// 用戶端編號
$clientId = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com';
// 用戶端密碼
$clientSecret = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX';
// 已授權的重新導向 URI
$redirectUri = 'https://xxx.xxxx.xxx/get_oauth_token.php';

$_SESSION['provider'] = $providerName;
$_SESSION['clientId'] = $clientId;
$_SESSION['clientSecret'] = $clientSecret;

$params = [
    'clientId' => $clientId,
    'clientSecret' => $clientSecret,
    'redirectUri' => $redirectUri,
    'accessType' => 'offline'
];

$options = [];
$provider = null;

switch ($providerName) {
    case 'Google':
        $provider = new Google($params);
        $options = [
            'scope' => [
                'https://mail.google.com/'
            ]
        ];
        break;
}

if (null === $provider) {
    exit('Provider missing');
}

if (!isset($_GET['code'])) {
    //If we don't have an authorization code then get one
    $authUrl = $provider->getAuthorizationUrl($options);
    $_SESSION['oauth2state'] = $provider->getState();
    header('Location: ' . $authUrl);
    exit;
    //Check given state against previously stored one to mitigate CSRF attack
	// 這段不註解掉的話，會一直卡在 Invalid state，沒辦法拿到正確的 token
/*} elseif (empty($_GET['state']) || ($_GET['state'] !== $_SESSION['oauth2state'])) {
	error_log("3333");
	error_log("state 3333 " . $_SESSION['oauth2state']);
    //unset($_SESSION['oauth2state']);
    //unset($_SESSION['provider']);
    exit('Invalid state');*/
} else {
    //unset($_SESSION['provider']);
    //Try to get an access token (using the authorization code grant)
    $token = $provider->getAccessToken(
        'authorization_code',
        [
            'code' => $_GET['code']
        ]
    );
    //Use this to interact with an API on the users behalf
    //Use this to get a new access token if the old one expires
    echo 'Refresh Token: ', htmlspecialchars($token->getRefreshToken());
}</pre>



<p>將內容貼上後，開啟瀏覽器連到該網址 (就是<strong>已授權的重新導向 URI)</strong> 開始進入 OAuth 登入流程，選擇要登入的帳號</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNd2HKRgMmOhBQaMmcC9pgUefAAsic1hkMqQzNHntO-1WCADxGh2gI74MXUtCztrElVXrZnqGeFwdlhg_Wu_VqUPq8esg9tm6kbcFcFJ6ixXkpRNfY7_t6sFZkMkzJBqqt9NtKBjoHpawuXktXa34LZ=w1058-h401-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 16" style="width:700px" title="PHPMailer + Gmail OAuth2 寄信"></figure></div>


<p>確認登入</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNyIy5svb1IInWm1pj7vJurWmbOEW6vM4LNL0JxtFFqilMaB_mu_PT3WV-MMYfXhKIDG99pTDOlE9fOKxFH8Z4MUhbM-E-bWcSaOt5cJ3hoNDTeWIut3PJ3g-TgfLLJZNkOiyQjGLX6-Yr4VXKBW7sh=w1063-h490-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 17" style="width:700px" title="PHPMailer + Gmail OAuth2 寄信"></figure></div>


<p>信任應用程式</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOW1-cRB-uxqhR9v7znPOoAw006Lx3tuBqFpba4WSijsidXKh0hKuWr1kvTz7KYfo0n38zK11rLkHPdvRNdOIqcpKiQcYfUz3zLxmJomAcC5j_gg2zUM8-yvCaGCw4EWqImteEhvYos6aLjoRAoojr2=w1057-h699-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 18" style="width:700px" title="PHPMailer + Gmail OAuth2 寄信"></figure></div>


<p>最後會印出 Refresh Token: xxxxxxxxxx，這個 token 一定要存好，少了這個 PHPMailer 就沒辦法透過 OAuth 驗證寄信喔，原本以為 <code>get_oauth_token.php</code> 每次執行應該 &#8220;有機會&#8221; 去換一個可使用的 Token 回來，不過再執行一次會發現 Refresh Token: 變成空白。</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMAEzc9EkM0XaVMs8px7YKL3EXAUJ2L_uJ8YlSTBBnEJAP8BH4JqC2s_b5_Rm1LNffiyRiTBmehd0jhvLbPhpAslSkq-8Lx1BfxwSTfg1jLVcAgOcadwiOl_V0YmZzKy86GplsW1NK61FBz9sCKGyCH=w861-h72-s-rw-gm" alt="AP1GczMAEzc9EkM0XaVMs8px7YKL3EXAUJ2L uJ8YlSTBBnEJAP8BH4JqC2s b5 Rm1LNffiyRiTBmehd0jhvLbPhpAslSkq 8Lx1BfxwSTfg1jLVcAgOcadwiOl V0YmZzKy86GplsW1NK61FBz9sCKGyCH=w861 h72 s rw gm PHPMailer + Gmail OAuth2 寄信" title="PHPMailer + Gmail OAuth2 寄信"></figure></div>


<p>到這邊就成功取得可以使用的 Token 了，回到 PHPMailer 寄信程式吧！</p>



<h2 class="wp-block-heading para">使用 PHPMailer 寄信</h2>



<p>複製下面的檔案，視自身情況修改幾個地方：</p>



<ol class="my-li bg-darkblue wp-block-list">
<li><strong>require(&#8216;./vendor/autoload.php&#8217;);</strong>：將位置指向正確的路徑。</li>



<li><strong>$client_id</strong>：前面步驟取得的用戶端編號。</li>



<li><strong>$client_secret</strong>：前面步驟取得的用戶端密碼。</li>



<li><strong>$refresh_token</strong>：前面步驟取得的 Token。</li>



<li><strong>$email</strong>：前面步驟通過 OAuth 的信箱。</li>



<li>信件相關之寄件人、收件人、主旨、內容 &#8230; 等。</li>
</ol>



<pre class="EnlighterJSRAW" data-enlighter-language="php" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">&lt;?php

// 用來看錯誤訊息以及刪除 opcache
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
@opcache_reset();

// 根據自己的路徑修改 composer 的載入位置
require('./vendor/autoload.php');

use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\SMTP;
use PHPMailer\PHPMailer\Exception;
use PHPMailer\PHPMailer\OAuth;
use League\OAuth2\Client\Provider\Google;

// 用戶端編號
$client_id 	= 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com';
// 用戶端密碼
$client_secret 	= 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
// 從前一個步驟取得的 Token
$refresh_token  = '1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxg';
// OAuth 的信箱
$email		= 'xxxxxxx@xxxxxxx';

$mail = new PHPMailer(true);

$provider = new Google(
	[
		'clientId' => $client_id,
		'clientSecret' => $client_secret,
	]
);

$mail->setOAuth(
	new OAuth(
		[
			'provider'     => $provider,
			'clientId'     => $client_id,
			'clientSecret' => $client_secret,
			'refreshToken' => $refresh_token,
			'userName'     => $email,
		]
	)
);

$mail->isSMTP();

$mail->SMTPDebug 	= 3;				// 如果需要顯示debug內容,測完確定沒問題請改成 0
$mail->SMTPAuth 	= true; 
$mail->SMTPSecure 	= 'tls';
$mail->AuthType 	= 'XOAUTH2';
$mail->Host 		= "smtp.gmail.com";
$mail->Port 		= 587;
$mail->CharSet 		= "utf-8";

$mail->setFrom('寄件人信箱', '寄件人名稱');    // 寄件人
$mail->addAddress('收件人信箱', '收件人名稱'); // 收件人
$mail->isHTML(true);                         // 寄送 HTML 格式郵件

$mail->Subject = "郵件主旨";                  // 主旨
$mail->Body    = "&lt;Strong>測試&lt;/Strong>";     // 信件內容
$mail->AltBody = "測試";                      // 無法顯示 HTML 時的內容

$mail->send();

?></pre>



<p>一切就緒後連到該寄信的 PHP 頁面，就可以成功把信寄出囉！</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMLz2nu2nJ4oC9XUvFKUNbJNFysGsEQYN9LUHzuBmiEiyxnq5avpPb8-nMINhWVug9WD-guXHdUyfrte1yUxdbLU9O4rRn0fxZZ59U1vF0-j_1XofQvqYgfIHzmGwr-hf9y1ccy9TBervTm_5lZ7Y6w=w630-h363-s-rw-gm" alt="PHPMailer + Gmail OAuth 寄信 19" style="width:400px" title="PHPMailer + Gmail OAuth2 寄信"></figure></div>


<pre class="wp-block-preformatted">延伸閱讀：<a href="https://noter.tw/10744/google-%e8%a9%a6%e7%ae%97%e8%a1%a8%e6%89%b9%e9%87%8f%e7%99%bc%e9%80%81-email-yamm/" data-wpel-link="internal">Google 試算表批量發送 Email (免費版每日 50 封)</a></pre>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12780/phpmailer-gmail-oauth2-%e5%af%84%e4%bf%a1/" data-wpel-link="internal">PHPMailer + Gmail OAuth2 寄信</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://noter.tw/12780/phpmailer-gmail-oauth2-%e5%af%84%e4%bf%a1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Word 封面、目錄不要頁碼</title>
		<link>https://noter.tw/12762/word-%e5%b0%81%e9%9d%a2%e7%9b%ae%e9%8c%84%e4%b8%8d%e8%a6%81%e9%a0%81%e7%a2%bc/</link>
					<comments>https://noter.tw/12762/word-%e5%b0%81%e9%9d%a2%e7%9b%ae%e9%8c%84%e4%b8%8d%e8%a6%81%e9%a0%81%e7%a2%bc/#respond</comments>
		
		<dc:creator><![CDATA[黃小蛙]]></dc:creator>
		<pubDate>Sat, 13 Apr 2024 05:21:55 +0000</pubDate>
				<category><![CDATA[技巧分享]]></category>
		<category><![CDATA[頁碼格式]]></category>
		<category><![CDATA[起始頁碼]]></category>
		<category><![CDATA[自動頁碼]]></category>
		<category><![CDATA[移除目錄頁碼]]></category>
		<category><![CDATA[多重頁碼]]></category>
		<category><![CDATA[分隔符號]]></category>
		<category><![CDATA[^b]]></category>
		<category><![CDATA[分節符號]]></category>
		<category><![CDATA[前幾頁不要頁碼]]></category>
		<category><![CDATA[頁碼]]></category>
		<category><![CDATA[移除頁碼]]></category>
		<category><![CDATA[Word 頁碼]]></category>
		<category><![CDATA[第3頁開始頁碼]]></category>
		<category><![CDATA[目錄不要頁碼]]></category>
		<guid isPermaLink="false">https://noter.tw/?p=12762</guid>

					<description><![CDATA[<p>Word 真是令人又愛又恨，常常不知道怎樣的一頓操作之後，造成怎麼處理都是亂的。今天要分享的例子是希望在 Word 封面、目錄不要頁碼，從目錄結束後的第 4 頁才開始顯示頁碼的作法。</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12762/word-%e5%b0%81%e9%9d%a2%e7%9b%ae%e9%8c%84%e4%b8%8d%e8%a6%81%e9%a0%81%e7%a2%bc/" data-wpel-link="internal">Word 封面、目錄不要頁碼</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p>Word 真是令人又愛又恨，常常不知道怎樣的一頓操作之後，造成怎麼處理都是亂的。今天要分享的例子是希望在 Word 封面、目錄不要頁碼，從目錄結束後的第 4 頁才開始顯示頁碼的作法。</p>



<span id="more-12762"></span>



<h2 class="wp-block-heading para">清除分節符號</h2>



<p>當你發現 Word 頁碼整個亂掉的時候，表示可能是因為某些操作，例如：剪貼或是不小心按到。造成整個分節符號錯亂，而 <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">Word 的頁碼系統其實就是跟著分節符號進行自動編碼</mark></strong>的。如果你是因為頁碼已經亂掉了，請參考 <a href="https://noter.tw/9185/word-wrong-page-numbers/" data-wpel-link="internal">Word 頁碼跑掉、亂掉、空白及不連續的問題</a>，透過 <code>Ctrl + H</code> 先將 <code>^b</code> 取代掉，讓分節符號回歸正常再進行後續操作 (參考資料：<a href="https://support.microsoft.com/zh-tw/office/%E6%8F%92%E5%85%A5%E5%88%86%E7%AF%80%E7%AC%A6%E8%99%9F-eef20fd8-e38c-4ba6-a027-e503bdf8375c" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">插入分節符號<span class="wpel-icon wpel-image wpel-icon-6"></span></a>、<a href="https://aries.dyu.edu.tw/~lhuang/class/office/word-pagenum.htm" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">使前後頁的頁碼形式不同<span class="wpel-icon wpel-image wpel-icon-6"></span></a>)。</p>



<p>上述動作完成後，會發現每一頁的頁碼可以正常從 1 開始顯示。</p>



<h2 class="wp-block-heading para">封面、目錄不要頁碼</h2>



<p>假設有一份 Word 的內容架構如下，包含封面、目錄一、目錄二、摘要及正文</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMFAdqq3TItUvq30gT6aQr2VYf6-avPXHtU9KQSMoZlVhDyJR-J2RSCVjcJl_oNB-vvOh3avFQQ8JYrZtgCGaLbFdhVhp8RWvZSUqpizmSLA7BpQhbWsikmorhBl3Ymb3K_fnW0h47Jp39GUFro7Had=w1129-h389-s-no-gm?authuser=5" alt="Word 封面、目錄不要頁碼 1" title="Word 封面、目錄不要頁碼"></figure></div>


<p>如果是封面不要頁碼很簡單，只需要在頁首及頁尾工具勾選「首頁不同」即可</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPq4DNcENaFrUfLiWc0CrJVRE4ng3sug5AZrPtH6wL0RtkcR8P94n6TTJuuTekxPmF4fZ3t94zqcSZvvByiABowHLZHPtslfKjFxDiSuZesr8TAypV-C48M6bHpuPTTVit72lu_uoZJBmviivc2gjh8=w575-h189-s-no-gm?authuser=5" alt="Word 封面、目錄不要頁碼 2" title="Word 封面、目錄不要頁碼"></figure></div>


<p>但若連目錄也不要頁碼，意即從摘要開始以頁碼 1 開始編號，正文為頁碼 2 &#8230; 以此類推，此時需多幾個動作才能完成，只要搞懂原理自動頁碼原理，很簡單就能完成。</p>



<h3 class="wp-block-heading para">插入分節符號</h3>



<p>若要從前文提及的「摘要」頁開始編號，先將 Word 切換至該頁，並<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">將游標停留在該頁的最前面</mark>，點擊上方「版面配置」-&gt;「分隔符號」-&gt;「下一頁(N)」</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczM-gVPePnNGJ5vrJKdf1DlzGKB0GBctmjqRPVbZDRvQJW0ljeVenqGbscPbhCqS4IssXH8-r5UHDPmyLUNamAygWIWvNsvJaq9Hs9GO63hby8_2ByDmWV1_e93qegb9Oc4JIwLIH5a9N1kvs_mQebZG=w868-h586-s-no-gm?authuser=5" alt="Word 封面、目錄不要頁碼 3" title="Word 封面、目錄不要頁碼"></figure></div>


<p>按完之後發現什麼都沒改變，好像什麼事情都沒發生 &#8230; 就是因為這樣以為什麼都沒發生，多按了幾次或不小心按錯也注意到，所以才會有前面提到整個自動頁碼亂掉的狀況，其實按了之後 Word 會在這邊插入一個<strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">分節符號</mark></strong>，這個分節符號透過「頁首及頁尾工具」就可以看到（在頁首或頁尾點擊兩下滑鼠左鍵即可開啟頁首及頁尾工具）。</p>



<p>在還沒插入任何分節符號前，頁首及頁尾工具可以看到上面只顯示頁首/頁尾</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczO0jkwJ38R0e8xCTivRaXWWt3ZReTqftgAxP2cofQpkNoLAYlIsGDmTwSOWtFd0DVRcFVVJ0paqO3yjUOs9PNRF1CSvPtcp605JITeOYaZ01gZzBARLJ8L9alxChin-r-2fsPsSJNlFTnxScWlPUAEJ=w1137-h348-s-no-gm?authuser=5" alt="Word 封面、目錄不要頁碼 4" title="Word 封面、目錄不要頁碼"></figure></div>


<p>插入分節符號後則變成 頁首/頁尾-節 1-、頁首/頁尾-節 2- &#8230; 等，最右邊還有一個「同前」</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOll4yt8UuzDTAilIU5lXG11nW3AoNPKcCK4GWg8pWg3bFSFAMP5uKvTP6JGp3qc0QvE4_MbOgXBI18Q2ofQk5NSL-si1-9cn1rau-GhQLEAvu9oiYFrHyrmEJ3gY0jhjKlg0uLG8P3hMLSX2s2bjRZ=w1137-h348-s-no-gm?authuser=5" alt="Word 封面、目錄不要頁碼 5" title="Word 封面、目錄不要頁碼"></figure></div>


<h3 class="wp-block-heading para">插入分頁</h3>



<p>關閉頁首及頁尾工具後，插入分頁看看，從上方「插入」-&gt; 「頁碼」-&gt;「頁面底端」-&gt;「純數字 2」</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczP1Ydn3vBhS0ZPFzUik31DhAQ-WxBiAQqSJEIoFrgdUMby7AJjF2U6BmK8IhfM_w_pu3pg4e96vrdhY99vnjJbwjemGpOcsHiv5eIG12OPhe3x6MJh1A-CQsU0bd_pastOXyGysOuvIXP8Qlkd8b7JO=w777-h501-s-no-gm?authuser=5" alt="Word 封面、目錄不要頁碼 6" title="Word 封面、目錄不要頁碼"></figure></div>


<p>咦？剛剛不是插入分節了嗎？為什麼還是每一頁都跑出頁碼了呢？</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNeuCiop9pzGJb9WvrErpOaGBlx0IDisZ5MzE6J8U4YGC6Pwqj6JGKaJhhiz_eEeW1-VHjiLwxVRF5pQBvTanoPcjRdD3k4sQLmi9yD0XJM8WlW1SjiWsXJ6xqEbuCLTCybeJyumLTtdo6vAIXdFMNI=w1070-h342-s-no-gm?authuser=5" alt="Word 封面、目錄不要頁碼 7" title="Word 封面、目錄不要頁碼"></figure></div>


<h3 class="wp-block-heading para">取消連結至前一頁、重設起始頁碼</h3>



<p>還記得剛剛前面提到的「同前」嗎？現在頁碼還是從第一頁編排到最後一頁的原因就是這個同前，雖然我們插入了分節符號，但是自動頁碼的規則還是「同前」（應該是同前章節的意思）。在頁首或頁尾點擊滑鼠兩下開啟頁首及頁尾工具，接著把原本按下去的「<strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">連結到前一節</mark></strong>」取消選取，要讓它變成跟其他按鈕一樣的顏色，取消選取後會發現「同前」消失了。（如果有頁首頁碼跟頁尾頁碼，頁首跟頁尾都要個別將「連結到前一節」取消選取）</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMKINofJH32vW45iTg1hlOuldlL69IIutjx9ldOYWA7PNxvcmnvSz6SEZk5IRg_qx3z6iCiV2lGq1zoynzLyEhGnEQDWLZ_8BiTwIwfeyoW0qioqBvUWh_sWqGsxrIXOC-aX8Piwk3wO4fDf8IGKSMY=w633-h206-s-no-gm?authuser=5" alt="Word 封面、目錄不要頁碼 8" title="Word 封面、目錄不要頁碼"></figure></div>


<p>反白摘要這一頁的頁碼，滑鼠右鍵開啟選單 -&gt; 頁碼格式</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPfEWHM9RXjV-Yvv87I7OA0A3_spbQWoaEOmxq2jy0mDVs42s_qkszwnfWk5LW-kjH--3oqjP-LA6K1_1oT-9rmYmnne_q8ToxQjuX_sF8zvZstr9lry09pcuYhPubqk9NQIzQqxwHU600GTDax7omH=w572-h523-s-no-gm?authuser=5" alt="Word 封面、目錄不要頁碼 9" title="Word 封面、目錄不要頁碼"></figure></div>


<p>將頁碼編排方式 -&gt; 起始頁碼 改成 1，小蛙希望摘要這一頁從 1 開始編號</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPCUbF5gEyRUvLxg--XLQu1Nox4HYrZGK_IP9amwdQajGwUvRjmWWkgZQsU5aAVFR2w8_JP-41XF852m5Lew1ShBoZjBJFIeZOfc-FBf6OKnLJ-xRyym6C_ldjHYQhTThaKV8rBVplhTp5JW6BcTrp5=w237-h325-s-no-gm?authuser=5" alt="Word 封面、目錄不要頁碼 10" title="Word 封面、目錄不要頁碼"></figure></div>


<p>到這邊就真正實現各自分節有各自的自動頁碼系統</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPIt5XNvfdKskSuarfItL0LcUEL8d-RCW03xEYvgPFXlpNCgqi9ZXy1v1nU4Evoq1Si-_O0-feFujfDiXIkDGfoKuLyry4lqrDHmTI1HwRfhc_8ZJQNylo4ye09Sa6nGluIdREPRP98bW8NB8AokPus=w1071-h341-s-no-gm?authuser=5" alt="Word 封面、目錄不要頁碼 11" title="Word 封面、目錄不要頁碼"></figure></div>


<h3 class="wp-block-heading para">移除封面、目錄頁碼</h3>



<p>由於我們已經將整份文件的自動頁碼分成兩個章節，這邊直接將封面(章節 1)的頁碼刪除就完成囉！</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMKMOTzPRbG--2E0BWQ1jtTNp0pfpgChMpKBB1Xvn9luD-1EsAjCfb6mpWepXMAdVtPkBMr4i7o629dbUgS41s3XwvY4iPhmY9Ci8kCm22d5YH2MLmvrjUwRqCixtI7nqzQ7Nt6S2l7hNPZ8YzqbFf1=w1058-h334-s-no-gm?authuser=5" alt="Word 封面、目錄不要頁碼 12" title="Word 封面、目錄不要頁碼"></figure></div>


<p>透過上述方式在需要不同頁碼格式的地方加入分節以及重新編號就能在一份 Word 中插入不同格式與不同編號的頁碼了。</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOUFq0-_qs4mc5GCZJH21sxrlr97LI-Ew5WwaD1CkXpYtMQuQ6d4qU2MvOlWHTWvESSmnILzuPla-D6QDXd9Wywv0dLHAEiOtIPTjBOc9pvmJW90s7VkEjf9svMqnlIZWxGCOixSyXlHKiHzSo_Uq8O=w1062-h348-s-no-gm?authuser=5" alt="Word 封面、目錄不要頁碼 13" title="Word 封面、目錄不要頁碼"></figure></div>


<p>以上分享給需要的朋友～！</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12762/word-%e5%b0%81%e9%9d%a2%e7%9b%ae%e9%8c%84%e4%b8%8d%e8%a6%81%e9%a0%81%e7%a2%bc/" data-wpel-link="internal">Word 封面、目錄不要頁碼</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://noter.tw/12762/word-%e5%b0%81%e9%9d%a2%e7%9b%ae%e9%8c%84%e4%b8%8d%e8%a6%81%e9%a0%81%e7%a2%bc/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>IFTTT 收費後的免費替代方案 Make</title>
		<link>https://noter.tw/12721/ifttt-%e6%94%b6%e8%b2%bb%e5%be%8c%e7%9a%84%e5%85%8d%e8%b2%bb%e6%9b%bf%e4%bb%a3%e6%96%b9%e6%a1%88-make/</link>
					<comments>https://noter.tw/12721/ifttt-%e6%94%b6%e8%b2%bb%e5%be%8c%e7%9a%84%e5%85%8d%e8%b2%bb%e6%9b%bf%e4%bb%a3%e6%96%b9%e6%a1%88-make/#comments</comments>
		
		<dc:creator><![CDATA[黃小蛙]]></dc:creator>
		<pubDate>Tue, 05 Mar 2024 04:20:00 +0000</pubDate>
				<category><![CDATA[軟體、工具]]></category>
		<category><![CDATA[軟體分享]]></category>
		<category><![CDATA[技巧分享]]></category>
		<category><![CDATA[技術相關]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[Webhook]]></category>
		<category><![CDATA[透過 webhook 發送 LINE]]></category>
		<category><![CDATA[LINE module]]></category>
		<category><![CDATA[IFTTT]]></category>
		<category><![CDATA[LINE 通知]]></category>
		<category><![CDATA[Make]]></category>
		<category><![CDATA[觸發器]]></category>
		<category><![CDATA[自動化工具]]></category>
		<category><![CDATA[IFTTT 替代]]></category>
		<category><![CDATA[發送 LINE 訊息]]></category>
		<category><![CDATA[LINE API]]></category>
		<category><![CDATA[withMake]]></category>
		<guid isPermaLink="false">https://noter.tw/?p=12721</guid>

					<description><![CDATA[<p>IFTTT 是「If This Then That」各取首字的縮寫，白話意思是「如果這樣然後那樣」也就是說當某個設定好的條件發生時就接著執行設定好的動作，小蛙原本工作上使用了 IFTTT 裡面提供的 webhook 功能，但後來改成 Pro 收費訂閱才可以使用，於是找到另一套可替代 IFTTT 的工具 Make。</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12721/ifttt-%e6%94%b6%e8%b2%bb%e5%be%8c%e7%9a%84%e5%85%8d%e8%b2%bb%e6%9b%bf%e4%bb%a3%e6%96%b9%e6%a1%88-make/" data-wpel-link="internal">IFTTT 收費後的免費替代方案 Make</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p>IFTTT 是「<strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">I</mark></strong>f <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">T</mark></strong>his <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">T</mark></strong>hen <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color"><strong>T</strong></mark>hat」各取首字的縮寫，白話意思是「如果這樣然後那樣」也就是說當某個設定好的條件發生時就接著執行設定好的動作，小蛙原本工作上使用了 IFTTT 裡面提供的 webhook 功能，但後來改成 Pro 收費訂閱才可以使用，於是找到另一套可替代 IFTTT 的工具 <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">Make</mark></strong>。</p>



<span id="more-12721"></span>



<p><a href="https://ifttt.com/" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">IFTTT<span class="wpel-icon wpel-image wpel-icon-6"></span></a> 在工作常被我們用來當作一個傳遞訊息的媒介，例如：當某個網路服務發生錯誤時，透過 LINE 通知，隨著 IFTTT 將該功能進行收費後，程式也隨之停擺；加上為了追蹤 YouTube 訂閱數，閒暇時寫了一支在訂閱數發生變化時發送 LINE 通知的工具也隨著休眠，在還沒有購買 IFTTT pro 前，先來介紹這套可以免費透過 webhook 發送 LINE 通知的好用工具－<a href="https://www.make.com/en" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">Make<span class="wpel-icon wpel-image wpel-icon-6"></span></a>。</p>



<h2 class="wp-block-heading para">IFTTT 替代方案 &#8211; Make 收費與註冊</h2>



<p>免費版本的限制是每個月只能接受 1,000 次請求，以小蛙的狀況 1,000 個綽綽有餘，價位看起來比 IFTTT 還要貴，每個月從 9 元 ~ 29 元不等</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMaMD7Vwtkh8h1oBzJw71m8CHZGHDVSskg_zx32sFR5lYk0-j1_sYzWXeOYBox48W_utQM0p-Vhx_WgBbnBS5H4GbPDVoWHmKUYD-AQDhjiDH0EfeS-FCPyOGJ20GrBK0hpKi1Pdk8grt3IxtQxwWgx=w1345-h869-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 收費 Price Plan" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<p>(1) 首先連到 make 首頁，點擊右上方 Get started free 進行註冊</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOOtkrxXm1pYjJveAQCcPmGSappGLtn3ZNREdJHjbqSMqhFVkOuRn4Rd2T-dvdPp4QkJI6IqEAClkPzOE6oFbZVOawUCnnFmZuuiJrNA6IEn6RLHNIeCUtDHh-eI_vRcAyQZDp1mItFy3eAdFf8EODi=w1474-h982-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 首頁" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<p>(2) 輸入姓名，Email 及密碼，Hosting Region 是指帳號資料放置的位置，可以選擇 EU 歐洲或是 US 美國，Country 選擇 Taiwan 後點擊 Sign up for FREE</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczN17zOIwYBYHnyoRvXulsXY__MIjOysq15ne5BXkCLpt7rBUqlHn4phTAfpyj3QMKLKVOdvN6Xr20FfVMcLeIMpAMk5QgfA8tZ4jgPJcI2siCFtxDJv75TwGaW8PXFXuOXimyqeq8W9SYpxUNgolHeG=w1474-h982-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - Sign up 註冊" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<p>(3) Make 會陸續問幾個問題，根據自己的狀況選取，像是你的角色、你使用自動化工具 Make 的目的、你對自動化工具的經驗、你怎麼知道 Make 的、組織規模人數 &#8230; 等</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-11 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczO7RH16rUxYIxLAgZl1nS6Wm7iws0hZGLxjSj1wIl-OinEqifkZkY74il_yVQl3J7oM3nxa8FLSSJrBChSzb54CZqc2Q2sb9FZ2_-I4ezzGewmKRqyWwD18Co2qMxnjbOKNc-I7zJ7ZS8Lu4bQufcF1=w703-h618-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 角色" title="IFTTT 收費後的免費替代方案 Make"></figure></div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczN7ptR2sa3YMPyP4tLPk0O9NFqJ4BsioMOLAOUJ9znEBp_-4tl8YExa7C_pa7viT0PvYIIsNHOikCKYhR2WFCFBCbxg7LNFI4P0xhBjXDlum6blLZgdMio_27W17aNpYelgW6SnS-NbNddMC6QOqWrQ=w705-h675-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 目的" title="IFTTT 收費後的免費替代方案 Make"></figure></div></div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-12 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOp5H8ViTUOvA2ZWBTeC-atNj5I_V_0xxgIV3LUJgIJLZoQbbgILTQBbN7X6fM76XFku75u5ops7jeRS0Typ7zWnMRwmXbeymurgt5Givqk74Mfkq7lgGnVo4USENc4oZujhlXXxifp_y5qRLAyC4Xg=w667-h371-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 經驗" title="IFTTT 收費後的免費替代方案 Make"></figure></div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczN_A5Htk5SmBHWmvoeCOh4TAlpY5PFOJqvJzTZtRcYBU8PMwiy0s8k3YsohtgW_FOdIaCII5c6Hagip2Rm4wqPyA-FDrUt121MyP3YT2LHL5FTdCh97H8tMqqFEP5knbVFbnm1lC2PsZzK_XjnMqfki=w932-h464-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 資訊來源" title="IFTTT 收費後的免費替代方案 Make"></figure></div></div>
</div>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczN032n4EWgkvY_CXWu55LlWkd8b6WOMMLoSWcI0tEu4kHljn6EW7VGXsK4NsIvzjA8HfeWjFMGRGH5SE7Nn1iYe24a56m9tdu9lS_wCcaaXdM0WbdLzoQY_zYpAQ7qKlSHfG39lN5Wtw0NaB3fPnFv5=w934-h323-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 組織規模" style="width:600px" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<p>(4) 註冊完成後，收到一封電子郵件確認函，點擊 Verify email 進行驗證</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczM6OS6mcc2MqaWlr5PQ38bVdpXutpw4zjpQT8Mv8SOugXPG1TZVsAhSlRwCkH8EtS3owAxxDMGO8nANct1SIMN3CJFyhGdg7KKiVUGMT-cKNcoWQVF7RKeujoto8gWCMKOuXlnHFimgsT1HIvR0otXb=w869-h572-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 驗證信" style="width:500px;height:auto" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<h2 class="wp-block-heading para">建立及設定 Make Scenario</h2>



<p>(5) 第一次登入進到首頁後，畫面右上方可以看到 Create a new scenario，建立一個新的腳本</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOZRLt7Ca3rVEKsq8g-y3qkyg5OeR8PLeo_cWFjwavAOQHUVeUyP3icPFt3QNxQkYT5wLWT2IRLhwD-In84dRwMArJWYm2xsIF8F13mWPqlafxHszzH-FfTu4jl7w_U2zLPnqE8BIfXEvfj_ZSNwPEB=w690-h153-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 scenario" style="width:600px" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<h3 class="wp-block-heading para">建立 Webhook 模組</h3>



<p>(6) 點擊畫面上大大的 + 按鈕，旁邊開啟一個視窗是要使用的工具，在下方搜尋 webhook 後點擊 Webhooks，讓我們的 Make 可以接受來自網址的觸發方式 (trigger)</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOsPIOjs5BhGXX22Fy5MjkJw2AiINssTW7hQV5II7tf2HMPf4uSshON11DQQtT8bQF950xF8_EqSIkQcnstjy5MCQLd17X_pAjn4b2Gtk-tqr_JHD3hA7lA7ol18O1y96S-xzkTnCDG6663h0N5DFcX=w1464-h982-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 Webhook 模組" style="width:600px" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<p>(7) TRIGGERS 選擇 Custom webhook</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczM7USTzECxHvN5IkLIBZb6WeCrGJwmqztvD67vP944QX0rTKiK1L-6jloGsnTt8_3SaiL8UcV3x1XYr0lYEC6J_keMaSNc0foj2PLufQj1eHoJErJaaK-R5k-mSFgeyENoSeC7y0734-1PJjkdmxak8=w826-h386-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - TRIGGER" style="width:500px" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<p>(8) 點擊 Create a webhook 開始建立自訂的 webhook</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOlFbs-sIP-Cq2kxoO3Rw63_hX-hfNWxQ-FrQA5kvyiVZ3p28B3j9epH6SUwz6xtFVz5Bq0hqxUAVSzBW8mKM00gKgf1SL7uJaTmvHbf1yfYogeIE1OjTMnOvQ8My6DwCQwgZbmE5r2VDVqvwRunDHk=w890-h417-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 Webhook 模組" style="width:500px" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<p>(9) 輸入 Webhook 的名字，如果你怕自己的 webhook 被盜用，可以設定特定 IP，讓 webhook 只接受特定 IP 發送的請求</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOLmafJkxB8KHQbAHWrRUzh4_EQaYLR2XDCrLpZ9Sh0ehM8h6Zc4jonw8vpIzzyDr1YpetXCd5hRvZ3Xz1EksegIBjzqfjhpBykC91-G_A1NYs3609iGrNPXyZAqG2nxYbhbwUUVVR8DkkhNQ_UA5og=w571-h496-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 Webhook 模組" style="width:500px" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<h3 class="wp-block-heading para">驗證並抓取 Webhook 參數</h3>



<p>(10) 儲存後可以看見一個 webhook 網址，點擊 Copy address to clipboard，將複製出來的網址貼在 Chrome 瀏覽器上，瀏覽器會顯示「Accepted」，回到 Make 畫面會變成 Successfuly determined (下圖右) 就完成 webhook 設定了，這邊可以先將等等要設定的參數以 ? 的方式加在最後面，例如：<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">https://hook.us1.make.com/xj4.,&#8230;412.4.sf5</mark><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">?status=hello</mark></strong>，藍色部分是 webhook 網址，紅色部分 status 就是小蛙等一下要傳遞的參數。</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-13 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPG1TDPxjpd2du9rYFcpUqbpE5kNO0xeJfDp6bSacOm-2MJGGmNW6PfZA9QIbGvBIZsj030rVhqyh_Z_p1Qt5IfOubBV7IwpMa10XZDaM-vP3yUgFE1wa8X44SyozUVzZV6ya3JD2ftKr62ttE6Qycx=w573-h497-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 Webhook 模組" title="IFTTT 收費後的免費替代方案 Make"></figure></div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPs9FctSEpgQK1EIvGYQpulbg-Fb0eUlyDlrvgq0YigC6W2CXvhf6VMrNrZuNblRmdwDpWOVWTlOe_e-Itb3CmIZ3ajk0NWfIskot0fG_MJQt1pqE5KEYRG22jHCd22NxwE8pqeRuLoKy_IFUuBzqmv=w409-h132-s-rw-gm" alt="AP1GczPs9FctSEpgQK1EIvGYQpulbg Fb0eUlyDlrvgq0YigC6W2CXvhf6VMrNrZuNblRmdwDpWOVWTlOe e Itb3CmIZ3ajk0NWfIskot0fG MJQt1pqE5KEYRG22jHCd22NxwE8pqeRuLoKy IFUuBzqmv=w409 h132 s rw gm IFTTT 收費後的免費替代方案 Make" title="IFTTT 收費後的免費替代方案 Make"></figure></div>

<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczN6eFisblC8q5sbz1C9omcCJNKfl-220QQYQuweNMXqw-LHS63pbZdWjrR5O1lyG-dFMlwIjKaxR3ObKri0--kuFMQZjezOvYXm2DtC2eUfJKDzT8JEeGMDewC7HT_FToVrTM-c6TebXHIhJavrTlxw=w576-h422-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 Webhook 模組" title="IFTTT 收費後的免費替代方案 Make"></figure></div></div>
</div>



<h3 class="wp-block-heading para">建立 LINE 模組</h3>



<p>(11) 點擊 Add another module 新增一個 LINE 通知模組</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNEjDLrjFvd-jV6dWMYbGJkpw5_m7Wq-4uqG2sS7ysV1oarcJYJpCO58n7jdEHErWegAPvIReHREP48Hic-ZbbbS0oJfrSd72JCAH3-4zqy9DbSuiJuS9ZeQ0EhCeNOGuD9Wq3YLLd1Ie8RP_-yEVXS=w639-h418-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 LINE 模組" style="width:500px" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<p>(12) 按下新跑出空白模組上大大的 + 後 -> Add another module -> 搜尋並點擊 LINE 模組</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-14 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNe96IROfeKOFwkG_QrFBR_-yBdoud0kmJH4bjrzzRttcpvsG2I0dNxpWjedoUPvjE02kqyQQBm4Edh3rJG1aClOKG7sanHD-lT-cyDmwk9H5X9ySq2hD2vyCwNXMl_VJ_BNhBsunKXGSqbX2FlbeUk=w923-h386-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 LINE 模組" title="IFTTT 收費後的免費替代方案 Make"></figure></div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPM6oxRmgQTkjgYYKg18u_k-nAcLzt3Ju5adaatmDvDAFdj6_Gg99oscmFskBrMK5q0XbSXi14lnkMcpJgHAVaMQ34MJHeZzBKXyO65oX--WiKcJ3YtSlzLYxDGsPqFE3NueTde0M1mAaJV6uh2vyhA=w552-h392-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 LINE 模組" style="object-fit:cover;width:416px;height:auto" title="IFTTT 收費後的免費替代方案 Make"></figure></div></div>
</div>



<p>(13) 選擇 NOTIFY API 下的 Send a Notification</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMRcCSd_42JNhcihwg5UyYJnKlfJSSoT2roUzDyaj5WhpEk5ssA_NEoky7tIq-fEtjS660Z_Fb_5XdVcjFp-J0em-hftK3mIZzelgir-WFVtodDEoNJ1lRNmto1LpaVebcSel8DSx3QIj-J3uCNWpmU=w564-h651-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 LINE 模組 Send a Notification" style="width:400px" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<p>(14) 接著跳出建立連線視窗，第一次使用 LINE 模組必須要先建立連線，自行輸入 Connection name</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczPB_5A9m4wpqlpROzKqeNYmJzmjgGEMYAOexcXik3WEnW4aGbp8TFaf8ioW-9_QC-OQ_kHDyiJFBfl0IxpPoXNUqnTBW5cx9YBQpy-JUzqHHC3UyBjbn2LtI0_x6pyyQHkeLwUscxCWD8qqfMhQhZQt=w915-h435-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 LINE 模組" title="IFTTT 收費後的免費替代方案 Make"></figure></div>

<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNoYEKRRxaakI_6TCbdlPnYVz8C7B8z6F0k44lm7mVrFjgVv1Q4wgyJ3dfN472wZgbMlDILtihcHKTQ_mpdGFneslx35IqrNdAL_4Sbrgr8Ww-AVQHsPFw4rrmQwNLgIHYpjSvFrxU-5G_nvqdiK4VL=w576-h476-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 LINE 模組" style="width:400px" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<p>(15) 登入 LINE 設定與 LINE 連動，下圖右可選擇要使用哪一種通知視窗，可以傳送一對一通知、特定群組或特定聯絡人</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-15 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczNhAwY5lmJFVvqltyq3WKHqMm3BGsTFrdN_XdP7qZGYZwI7uzh9z1Ze8EchALI7wi8125HyAi5RwuLcZIg2E4TzSCKYKKMcgV8odskvaByMiNhBt0T8LyN5cbQCij2beGOOusazo-RgzoBpIwxMA7wQ=w642-h724-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 LINE 模組" title="IFTTT 收費後的免費替代方案 Make"></figure></div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOhWD6OlSZVNVbO2yCmwkPBWsURELFwm3LDFri3hmoVzzJNEIAG0li4NV_8INzk5IkNynU9aLTPCemWY5pb7CWWtJEUzDqvEGZJ3ADmkbUGZ-5VcmecMYS7DTDxTAtOtzwuJxQjQOtFaZlNuFTD7vpF=w593-h991-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 LINE 模組" title="IFTTT 收費後的免費替代方案 Make"></figure></div></div>
</div>



<p>完成連動會收到一封 LINE 通知</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczP0PsEoTbX_86kTrKlxF7puBK7IIZY-xqSxYRpX79j4DTMYhvd2auN1K2wf739Xnbwjk79kPC27QO3gGh72ZRcq5exAjmgRq8GXrOf48FyB1ZNp0EZ_QJQj1z4_FsYrHuDR4A98q8H3Ko6P_gFDD_hJ=w395-h99-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - LINE 連動完成" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<h3 class="wp-block-heading para">設定 LINE 模組發送訊息</h3>



<p>(16) 設定 LINE 要發送的訊息，由於上面我們透過 webhook 連結後面加上 <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">?status=hello</mark></strong>，這邊 Message 點下去的時候，會自動抓取 status 這個參數，之後如果要變更參數的話，加入新參數，例如：?<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color"><strong>status</strong></mark>=hello<strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">&amp;</mark><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">name</mark></strong>=hans (第二個之後的參數要用 <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">&amp;</mark></strong> 連接)，再執行一次前面 (10) webhook 連結的步驟，這邊就會可以抓到 status 跟 name 兩個參數了</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczMx3fgs1XtxaD_iCFpB7_HPkY8uGD8mQjjWP-PBBEwadvZOj0nWZMPOe2ukKBJRtVFr9Xd-t5hBveZspBvSe9swQSF5ZVhNlGc3C9ZAfeJatHAoQRnWtBjJjdqFMtqV1xstklk1ai-KirvDTZskw3jX=w993-h726-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 LINE 模組" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<h2 class="wp-block-heading para">完成設定及測試</h2>



<p>(17) 完成後要按儲存才能把這次的 scenario 存下來，將左下方 SCHEDULING 切換成 ON，這個腳本就會開始接收請求囉！</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOohy2LjdBOtsUPVwYauRp5VMdFn8WcbhjbAq1ZQsFk8TaqSTDg_iXnZSVG4Qp1ooAIDZPT6TVFVQt14LA_9ptYJquUa_isA2LxHKoFu6TQP1Lnyh-6vHZ0eMuAFAjkACYabBDulUwR6kHwShgUSs6A=w907-h219-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 排程運作" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<p>(18) Message 裡面很多變數可以使用，經過小蛙調整，如果訂閱數有變動，會發送 LINE 訊息通知，你也可以根據 Message 內的說明調整發送的訊息</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczOmZfZEkWBn_V8WlIiXULKWMLk9AGi96ShAQYdoAC0l-2eJoWTXzF1rWuakpTZopYck2ks7GlliBYO8mssjndBBl2wzjhPw0YjuzFOMh5Kq88UYk6x0CQRfxf3LzbWPH22udHhActr6Of88heTfNOMv=w568-h780-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 LINE 模組" style="width:400px" title="IFTTT 收費後的免費替代方案 Make"></figure></div>

<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AP1GczP5kuzG3JuzCwTqqzXtDVH6bXjZ7G30jHDfgV9MeOu2bwMC6-oXrPpMD1uNlz65HIRWkMjz37rKSzpOHs2JGzgNi6Ryr6nt0HXvt1_rsqGgHtEh4PLE26UnMqyX7bgHrzkqlKlhfXfwB8NuC3WdQYZW=w403-h125-s-rw-gm" alt="IFTTT 收費後的免費替代方案 Make - 建立 LINE 模組" title="IFTTT 收費後的免費替代方案 Make"></figure></div>


<p>小蛙使用 PHP 來呼叫，如果你有其他可以觸發發送 http request 的工具也同樣可以使用，PHP 程式碼部分如下</p>



<pre class="EnlighterJSRAW" data-enlighter-language="php" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">$url  = 'https://hook.us1.make.com/d................t?status=要傳的參數';
$curl = curl_init($url);
curl_setopt($curl, CURLOPT_HEADER, false);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_TIMEOUT, 15);
$result = curl_exec($curl);
curl_close($curl);</pre>



<p>IFTTT 收費後，如果每個月的 webhook 用量小於 1,000 的話，可以考慮這款免費、可以用來替代 IFTTT 的自動化工具 Make 喔！</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12721/ifttt-%e6%94%b6%e8%b2%bb%e5%be%8c%e7%9a%84%e5%85%8d%e8%b2%bb%e6%9b%bf%e4%bb%a3%e6%96%b9%e6%a1%88-make/" data-wpel-link="internal">IFTTT 收費後的免費替代方案 Make</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://noter.tw/12721/ifttt-%e6%94%b6%e8%b2%bb%e5%be%8c%e7%9a%84%e5%85%8d%e8%b2%bb%e6%9b%bf%e4%bb%a3%e6%96%b9%e6%a1%88-make/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>交易、申購、競拍創新板股票，需做 1 動作，滿足 2 條件</title>
		<link>https://noter.tw/12665/%e4%ba%a4%e6%98%93%e7%94%b3%e8%b3%bc%e7%ab%b6%e6%8b%8d%e5%89%b5%e6%96%b0%e6%9d%bf%e8%82%a1%e7%a5%a8%e9%9c%80%e5%81%9a-1-%e5%8b%95%e4%bd%9c%e6%bb%bf%e8%b6%b3-2-%e6%a2%9d%e4%bb%b6/</link>
					<comments>https://noter.tw/12665/%e4%ba%a4%e6%98%93%e7%94%b3%e8%b3%bc%e7%ab%b6%e6%8b%8d%e5%89%b5%e6%96%b0%e6%9d%bf%e8%82%a1%e7%a5%a8%e9%9c%80%e5%81%9a-1-%e5%8b%95%e4%bd%9c%e6%bb%bf%e8%b6%b3-2-%e6%a2%9d%e4%bb%b6/#respond</comments>
		
		<dc:creator><![CDATA[黃小蛙]]></dc:creator>
		<pubDate>Mon, 19 Feb 2024 04:50:00 +0000</pubDate>
				<category><![CDATA[金融相關]]></category>
		<category><![CDATA[TIB]]></category>
		<category><![CDATA[創新板抽籤]]></category>
		<category><![CDATA[創新板申購]]></category>
		<category><![CDATA[創新板 交易]]></category>
		<category><![CDATA[創新板 競拍]]></category>
		<category><![CDATA[臺灣創新板上市有價證券風險預告書]]></category>
		<category><![CDATA[股票]]></category>
		<category><![CDATA[風險預告書]]></category>
		<category><![CDATA[永豐金]]></category>
		<category><![CDATA[證券]]></category>
		<category><![CDATA[iLeader]]></category>
		<category><![CDATA[簽署同意書]]></category>
		<category><![CDATA[數位E櫃檯]]></category>
		<category><![CDATA[創新板]]></category>
		<guid isPermaLink="false">https://noter.tw/?p=12665</guid>

					<description><![CDATA[<p>去年有一檔創新板的股票抽籤及競拍─金萬林，小蛙當時按了申購，但是後來不知道為什麼連抽都沒抽，還以為是餘額不足，原來是資格不符，這篇文章簡單說明一下什麼是創新板以及交易創新板股票的資格。</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12665/%e4%ba%a4%e6%98%93%e7%94%b3%e8%b3%bc%e7%ab%b6%e6%8b%8d%e5%89%b5%e6%96%b0%e6%9d%bf%e8%82%a1%e7%a5%a8%e9%9c%80%e5%81%9a-1-%e5%8b%95%e4%bd%9c%e6%bb%bf%e8%b6%b3-2-%e6%a2%9d%e4%bb%b6/" data-wpel-link="internal">交易、申購、競拍創新板股票，需做 1 動作，滿足 2 條件</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p>去年有一檔創新板的股票抽籤及競拍─<a href="https://tw.stock.yahoo.com/quote/6645.TW/news" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">金萬林<span class="wpel-icon wpel-image wpel-icon-6"></span></a>，小蛙當時按了申購，但是後來不知道為什麼連抽都沒抽，還以為是餘額不足，原來是資格不符，這篇文章簡單說明一下什麼是創新板以及交易創新板股票的資格。</p>



<span id="more-12665"></span>



<h2 class="wp-block-heading para">什麼是臺灣創新板？</h2>



<p>「臺灣創新板」（簡稱創新板，英文名稱 Taiwan Innovation Board，簡稱 TIB），是證交所於 2021 年增設的創新性交易板塊，鼓勵擁有關鍵核心技術及創新能力（如物聯網、人工智慧、大數據等新技術應用）或創新經營模式的公司申請上市，提供創新企業多元的股權籌資平台。</p>



<p>創新板申請上市條件係以公司「市值」為核心，搭配營業收入或營運資金等其他合宜的財務標準，取消現行對公司獲利條件的要求。屬生技醫療業的新藥公司，其核心產品須通過一期臨床試驗。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV85dvORejpwwqNvCgg-ckkCr_MOfQ_2dWsjOOSXIFa_wDplT963oBZ6_yqiyjSRnfyS75P7fPOASD_W8DkgEix6s_O5EnAAh2IXq7Ik7mK7Vo4NRg5QotQBXL6u5N9IZcbgihXRQ_OWPs0BxEDPbTw9a=w768-h486-s-rw-gm" alt="創新板股票 - 如何交易？申購？競拍？1" style="width:500px" title="交易、申購、競拍創新板股票，需做 1 動作，滿足 2 條件"><figcaption class="wp-element-caption">台灣多層次資本市場架構，圖片來源：證交所 / <a href="https://www.stockfeel.com.tw/%E5%89%B5%E6%96%B0%E6%9D%BF-%E6%88%B0%E7%95%A5%E6%96%B0%E6%9D%BF-%E6%95%A3%E6%88%B6/" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external" class="wpel-icon-right">STOCKFEEL<span class="wpel-icon wpel-image wpel-icon-6"></span></a></figcaption></figure></div>


<p>若想要了解更多更完整創新板相關規定，可點擊連結前往 <a href="https://www.stockfeel.com.tw/%E5%89%B5%E6%96%B0%E6%9D%BF-%E6%88%B0%E7%95%A5%E6%96%B0%E6%9D%BF-%E6%95%A3%E6%88%B6/" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external" class="wpel-icon-right">創新板、戰略新板是什麼？散戶可以參與嗎？交易制度一次看！<span class="wpel-icon wpel-image wpel-icon-6"></span></a></p>



<h2 class="wp-block-heading para">如何交易創新板股票？</h2>



<p>投資人需先簽署「<strong>臺灣創新板上市有價證券風險預告書</strong>」，以永豐證券為例，開啟永豐金 iLeader 往下找到「數位 E 櫃檯」(下圖一)，點擊「簽署中心」(下圖二)，往下拉到「臺灣創新板上市有價證券風險預告書(下圖三)，詳細閱讀風險預告書，拉到最下面，確認資格條件後點擊「簽署」即完成簽署，簽署了如果資格不符合還是一樣無法交易喔～</p>



<div class="wp-block-columns has-2-columns is-layout-flex wp-container-core-columns-is-layout-16 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV85AzHtBiO8UVi77TLME25DFw2VI1HRbBXdgegBxGHOYBPMRXxugkDjjL4K7R_T5qktn_W-iLVxZBzS-trR24TrVj3gPcRYGjLajklzBshguZFQB4JLgdcdDjRyeDysl63QxFPVnsPnfYcGBuGmMExRJ=w481-h1043-s-rw-gm" alt="創新板股票 - 如何交易？申購？競拍？2" title="交易、申購、競拍創新板股票，需做 1 動作，滿足 2 條件"></figure></div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV85PlP5diGaJQUNac7RRqISd1EhqFsHNZiKv3MOhu3ACUZcDu75qhODYp-_UuSZTIC5mMArtWMK6MEQZFbnhhX6anXVGmHpLVHCPWuf_IOIHKxR4IEtE-FSI6Y94nXLKHNhIlMUeE7nK0ocrP_Fo8xvH=w481-h1043-s-rw-gm" alt="創新板股票 - 如何交易？申購？競拍？3" title="交易、申購、競拍創新板股票，需做 1 動作，滿足 2 條件"></figure></div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV85HwI74nH9EG2V7RMuzSI0Y-uFIQcIYtK6DCfoa43en8N3i-3Wu7dpWe-f6Krn9mzUnbjtpw7zRfJFKuIuWAo153M1frK6CAA-yi99hFPHNaq9JDbqZ5mA2NdYoDaZ3mF5jIth6Y4W_N9jRKX96ZdmT=w481-h1043-s-rw-gm" alt="創新板股票 - 如何交易？申購？競拍？4" title="交易、申購、競拍創新板股票，需做 1 動作，滿足 2 條件"></figure></div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV85RH3H8mR8DLM2eb6yDBKE7TGWlbhcGmQnN6SYH3xkrJ2lc2N9A7xxIp4AJM1qf61a3dNKYfxM9n2ltTiS908lTObXj01x3BQ1T3ONr1mS1Axg7ZneiR5_Jr_YGlsskwLTacsFyZxt440Y2B1Ps83FN=w481-h1043-s-rw-gm" alt="創新板股票 - 如何交易？申購？競拍？5" title="交易、申購、競拍創新板股票，需做 1 動作，滿足 2 條件"></figure></div></div>
</div>



<p>從華南永昌證券發布的金萬林競拍公告也可以看到參加創新板競拍的條件資格</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV85IDvODU7VdtpyJzCGCnStFY0Xo5LdQQeUELgqAHTxKZZC2uwd-EaYL8jOL4a6kdKeB43X0HOR4LntBuORdim7_SV5Vtr_5_KySXdct0XPt7cVbUfujULiZiTIeI8Q_gwX5gaHxw_rh8UaSDXziCVcA=w829-h434-s-rw-gm" alt="創新板股票 - 如何交易？申購？競拍？6" style="width:500px" title="交易、申購、競拍創新板股票，需做 1 動作，滿足 2 條件"></figure></div>


<p>創新板交易的條件資格：</p>



<ul class="wp-block-list">
<li>需具備 2 年以上參與證券交易之投資經驗 </li>



<li>新臺幣 200 萬元以上之財力證明 <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">或</mark></strong> 最近 2 年度平均所得達新臺幣 1 百萬元</li>
</ul>



<p>如果符合上述條件，簽署風險預告書之後就可以交易創新板股票囉！不要跟小蛙一樣什麼都沒做按了申購，結果什麼事情都沒發生 XD </p>



<pre class="wp-block-preformatted pre right green">新光證券簽署同意書可參考：<a href="https://noter.tw/8666/stock-sign/" data-wpel-link="internal">【股票新手】 簽署同意書 (當沖、風險預告書、盤中零股交易)</a></pre>



<p><strong>參考資料：</strong></p>



<ol class="my-li bg-darkblue wp-block-list">
<li><a href="https://www.stockfeel.com.tw/%E5%89%B5%E6%96%B0%E6%9D%BF-%E6%88%B0%E7%95%A5%E6%96%B0%E6%9D%BF-%E6%95%A3%E6%88%B6/" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">創新板、戰略新板是什麼？散戶可以參與嗎？交易制度一次看！<span class="wpel-icon wpel-image wpel-icon-6"></span></a></li>



<li><a href="https://shl.twse.com.tw/page/library/listed/3.html" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">臺灣創新板的特色<span class="wpel-icon wpel-image wpel-icon-6"></span></a></li>



<li><a href="https://www.entrust.com.tw/upload/entrust/otherInfo/2.%E7%AB%B6%E6%8B%8D%E5%85%AC%E5%91%8A_%E9%87%91%E8%90%AC%E6%9E%97.pdf" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">金萬霖競拍公告 &#8211; 華南永昌綜合證券<span class="wpel-icon wpel-image wpel-icon-6"></span></a></li>
</ol>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12665/%e4%ba%a4%e6%98%93%e7%94%b3%e8%b3%bc%e7%ab%b6%e6%8b%8d%e5%89%b5%e6%96%b0%e6%9d%bf%e8%82%a1%e7%a5%a8%e9%9c%80%e5%81%9a-1-%e5%8b%95%e4%bd%9c%e6%bb%bf%e8%b6%b3-2-%e6%a2%9d%e4%bb%b6/" data-wpel-link="internal">交易、申購、競拍創新板股票，需做 1 動作，滿足 2 條件</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://noter.tw/12665/%e4%ba%a4%e6%98%93%e7%94%b3%e8%b3%bc%e7%ab%b6%e6%8b%8d%e5%89%b5%e6%96%b0%e6%9d%bf%e8%82%a1%e7%a5%a8%e9%9c%80%e5%81%9a-1-%e5%8b%95%e4%bd%9c%e6%bb%bf%e8%b6%b3-2-%e6%a2%9d%e4%bb%b6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>iMyFone VoxBox &#8211; TTS 文字轉語音的配音專家</title>
		<link>https://noter.tw/12617/imyfone-voxbox-tts-%e6%96%87%e5%ad%97%e8%bd%89%e8%aa%9e%e9%9f%b3%e7%9a%84%e9%85%8d%e9%9f%b3%e5%b0%88%e5%ae%b6/</link>
					<comments>https://noter.tw/12617/imyfone-voxbox-tts-%e6%96%87%e5%ad%97%e8%bd%89%e8%aa%9e%e9%9f%b3%e7%9a%84%e9%85%8d%e9%9f%b3%e5%b0%88%e5%ae%b6/#respond</comments>
		
		<dc:creator><![CDATA[Collab.]]></dc:creator>
		<pubDate>Sat, 17 Feb 2024 03:37:37 +0000</pubDate>
				<category><![CDATA[開箱、使用心得]]></category>
		<category><![CDATA[投稿]]></category>
		<category><![CDATA[軟體分享]]></category>
		<category><![CDATA[技巧分享]]></category>
		<category><![CDATA[VoxBox]]></category>
		<category><![CDATA[語音轉文字]]></category>
		<category><![CDATA[STT]]></category>
		<category><![CDATA[錄音]]></category>
		<category><![CDATA[AI 錄音]]></category>
		<category><![CDATA[AI 配音]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[TTS]]></category>
		<category><![CDATA[AI 模仿聲音]]></category>
		<category><![CDATA[文字轉語音]]></category>
		<category><![CDATA[配音]]></category>
		<category><![CDATA[iMyFone]]></category>
		<guid isPermaLink="false">https://noter.tw/?p=12617</guid>

					<description><![CDATA[<p>ChatGPT 的問世帶動整個 AI 技術如雨後春筍般大量冒出，AI 產業也從以文字為主，慢慢演進到圖片、聲音，甚至是影片生成。今天小蛙要來測試 TTS 文字轉語音的配音專家 - iMyFone VoxBox 這套軟體，看看 VoxBox 對於文字轉語音方面的功力有多深厚。</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12617/imyfone-voxbox-tts-%e6%96%87%e5%ad%97%e8%bd%89%e8%aa%9e%e9%9f%b3%e7%9a%84%e9%85%8d%e9%9f%b3%e5%b0%88%e5%ae%b6/" data-wpel-link="internal">iMyFone VoxBox &#8211; TTS 文字轉語音的配音專家</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p>ChatGPT 的問世帶動整個 AI 技術如雨後春筍般大量冒出，AI 產業也從以文字為主，慢慢演進到圖片、聲音，甚至是影片生成。今天小蛙要來測試 TTS 文字轉語音的配音專家 &#8211; iMyFone VoxBox 這套軟體，看看 VoxBox 對於聲音處理方面的功力有多深厚。</p>



<span id="more-12617"></span>



<h2 class="wp-block-heading para">iMyFone VoxBox 簡介</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV87-6IhwjqLTjURmR1fECDDlHYGcIgBHInAg8ZsKK_f1n2C04-ImOT91m48dxMpFicAMO6DQoKxsUoH4ZhvEcSatslldJz-0jh0gQtooUOwjK7tOR-oqmWuHGSEe0EYmY4IjEaOJ9fTOFosrsg3Zw3Ry=w880-h283-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 1" style="width:500px" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure></div>


<p>iMyFone 成立於 2015 年，致力於為 iOS、Android 裝置、Windows PC 和 Mac 提供問題的解決方案，工具涵蓋領域包含資料救援、解鎖修復、轉移清理以及其他實用工具，例如今天小蛙要分享的 VoxBox。截至 2022 年，iMyFone 就已經有超過 200 個國家、300 萬個用戶以及 3200 萬次下載。</p>



<p>VoxBox 是 iMyFone 針對聲音處理推出的一條龍工具，支援 100 種以上語言 與 3200 多種聲音，VoxBox 可生成逼真流暢的 AI 聲音，更包含了小蛙最常用的文本轉語音 (TTS: Text to Speech)、語音轉文字 (STT: Speech to Text)，此外 VoxBox 透過 AI 模仿聲音，無論是對聲音進行複製、轉換、錄音和編輯，皆可輕鬆完成。</p>



<h2 class="wp-block-heading para">VoxBox 文字轉語音</h2>



<p>開啟 <a data-wpel-link="exclude" href="https://tw.imyfone.com/voice-generator/" target="_blank" rel="noreferrer noopener follow" class="wpel-icon-right">iMyFone VoxBox<span class="wpel-icon wpel-image wpel-icon-6"></span></a> 後，左側為 VoxBox 的六大功能清單，切換至文字轉語音，介面中間為欲轉語音的文本，右側可以選擇不同的聲音，下方也有對聲音做細部調整的設定，例如：穩定性、相似度、誇張度、停頓 &#8230; 等。點擊「轉換」之後稍作等待，轉換完成的結果會出現在畫面最下方。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV87PeoQnILm7G3WxPwocfsQzDtJbATM5wr-y5mnWcYThGMLAwJS8Run6N5m9Q3ub4omNGNFP18MDIKCDEWOAek0ZqmfgArp8z72CFETEK8sA4HbYZMmTZj51e7PSn8CiQwDhy5SPU7ITQn93BRRDpLuP=w1198-h748-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 2" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure></div>


<p>點擊上圖右側的「改變聲音」可以看到有非常多種聲音可供選擇，下圖可見連美國總統拜登都有，還有珍妮佛安妮斯頓，以及「你攻擊了我的村莊」的珍妮佛羅培茲 XD，根據 iMyFone 官方說明，總共有超過 3,200 種聲音，可透過上方搜尋或是快速標籤過濾名人、動畫、電影電視 &#8230; 等知名人聲。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV85S41ltbLLDdz0szDx9aySxAFEhqj3W9kwfsjAKvvNdlywcJO0v4fFMOxPcn9gfqV5xCVBLS78yE3Rr3lH-WW_Vdyabvph1UlTbuNdXPWMAXZo0zsz-LIQqu9f7uOGEihTv_q3ctxNdSR0oyRRtViom=w1000-h650-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 3" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure></div>


<p>小蛙最新發布的 YouTube Shorts 選擇使用珍妮佛安妮斯頓來幫忙配音，小蛙第一次產出聲音的時候發現珍妮佛安妮斯頓有些句子說話速度太快了，這種情況可以透過右側設定進行微調，將游標移至希望停頓的地方，點擊停頓後選擇 0.25 秒 ~ 3 秒 的停頓時間，設定完成點擊「轉換」按鈕，等待片刻下方就會出現<a data-wpel-link="exclude" href="https://tw.imyfone.com/voice-tips/text-to-speech-human-voice/" target="_blank" rel="noreferrer noopener follow" class="wpel-icon-right">文字轉語音真人<span class="wpel-icon wpel-image wpel-icon-6"></span></a>的聲音檔囉！</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV85YEVnvk6wwuAgsYtgRT1hohB1iGUZBfMOwtoIZTfb2wOOUWAHa_cIXvn72ANCqXJLzlazXuEUrkl6xDGAmsQlUf1YLqG6GVTSqWItxQ3OmCPVZsBR6xbRclaeX1W21CfqXbJPbwzbQJEFldbR-b3fX=w1198-h748-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 4" style="object-fit:cover" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure></div>


<p>如果覺得自己寫的腳本不夠吸引人，可以透過「AI 文本助手」進行文字潤飾，AI 文本助手還能協助改寫風格、套用場景模板，若寫腳本時遇到瓶頸，VoxBox 更提供故事生成器幫您產生一個現成的故事</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV84Z536VEssscKizxrCeDz8t09WvmH8iB8G7X0RCuEHgrVp6n47MM830_eoCsYgPca2adgzuJM3n6_F0HdHyWqywvcFkabjYijEvTx5Or2DRTuIEgtE8bGXeLog2fA9YYnmzhlDVFBUro7KS68L2R2JW=w647-h502-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 5" style="width:600px" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure></div>


<p>請大明星珍妮佛安妮斯頓配音的成果影片在這邊～</p>



<figure class="wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<div class="video-container"><iframe title="#ai繪圖 #ai影片 好強大?! 第二彈 - PixVerse #shorts" width="500" height="281" src="https://www.youtube.com/embed/mD68ERIXe-c?feature=oembed&#038;wmode=opaque" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
</div></figure>



<p>關於 VoxBox AI 文字轉語音真人更詳細的教學可參考以下影片：</p>



<figure class="wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<div class="video-container"><iframe title="【AI文字轉語音真人震撼登場！】高品質、流暢語音，讓你聽見文字的聲音！" width="500" height="281" src="https://www.youtube.com/embed/UvIpYbl-YZo?feature=oembed&#038;wmode=opaque" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
</div></figure>



<h2 class="wp-block-heading para">VoxBox 語音轉文字</h2>



<p>看完 VoxBox 文字轉語音，接著來試試語音轉文字，左側選單切換到「語音轉文字」，語言部份選擇「Mandarin (Taiwan)」並勾選標點，接著上傳聲音或影片檔案，小蛙使用之前發布在 YouTube 的影片測試，點擊「轉換」</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV85hgxy9s3aZQBDGUI0zHubOV4q5ls5vnLdpsbkS0xCm-T9Q42l7oc1Pd1NIkK-jcvBQEfFrYL6w_xRS3ELU7pG_jcmgHvlWS9GVwtnE0iN8Jxlk0evEpO5IHYiwDTYD3oeuBtO2REqfFywakUuHiKFc=w1198-h748-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 6" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure>



<p>結果如下：</p>



<pre class="wp-block-preformatted">大家好，我是小<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">花</mark>這邊用短短的時間提醒大家過年<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">初一任</mark>注意事項，一今年可直接在APP上預約目前已開放春節期間1日以上預約春節計費定價計算費用如畫面2扣30趴租金取消預約將依比例退還<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">會</mark>不退，<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">還珠禁飛</mark>春節租車也加入了<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">玉蔻</mark>的機制，不要像小<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">花</mark>一樣收到刷卡通知，還以為被盜刷提前24小時還車將收取提前還車罰金<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">是</mark>春節租車無法折抵時數5除用安心服務開車較安心，花少少錢買保障六<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">落</mark>，有長途駕車換人的需求，請務必申請共同承租人避免發生狀況<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">使</mark>遇到安心服務，不認列的狀況，七發揮公德心做個有水準有格調的共享<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">機</mark>車承租人吧，請做好防疫工作避免到人多的地方保護好自己，希望疫情快點結束，我是小<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">娃</mark>。</pre>



<p>紅色文字是辨識錯誤部分，扣除掉「小蛙」轉成「小花」或「小娃」、以及「iRent」轉成「任」之外，可以看到<a data-wpel-link="exclude" href="https://tw.imyfone.com/voice-tips/audio-to-text/" target="_blank" rel="noreferrer noopener follow" class="wpel-icon-right">錄音檔轉文字<span class="wpel-icon wpel-image wpel-icon-6"></span></a>的辨識正確率還不錯，產生出文本之後，再對不通順或有錯誤的地方進行修正，可大幅減少語音轉文字的人工聽打作業時間。VoxBox 語音轉文字比較可惜的是影片或聲音檔最高只限 1 分鐘，而小蛙大部分影片都超過 1 分鐘，再來是雖然勾選了標點符號，有些句子仍過長，斷句方面還有進步空間。</p>



<h2 class="wp-block-heading para">VoxBox 音檔變聲</h2>



<p>前面提到的 2 個功能都是文字及聲音之間的轉換，接下來這個音檔變聲可將使用者選擇的聲音轉換成指定聲音。</p>



<p>左側選擇「音檔變聲」，右側可以看見許多名人的聲音，包括前美國總統川普、現任美國總統拜登、緋紅女巫伊莉莎白歐森、安海瑟薇、伊隆馬斯克、李奧納多迪卡皮歐 &#8230; 等，將要轉換的音檔拖曳到軟體後，點擊右下角的轉換，稍待片刻即可將選擇的音檔轉換成選取名人的聲音，非常有趣～</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV863u7RuNXCN5oM2LLQWXoPT1FBMu_NhpcnEt2pneVMap3gFsD7alhBH2BB0YaMCl8IoY00IiDs_V_qelqp389OhhaDVlJHVxA_QMe1tCCc9O4PcyBfINViinrUgHMhepyBaniI2baNMhS2zbTV0oKVn=w1198-h748-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 7" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure></div>


<h2 class="wp-block-heading para">VoxBox 音效增強</h2>



<p>小蛙之前發過一篇對於<a href="https://noter.tw/12360/hitpaw-photo-ai-%e9%96%8b%e7%ae%b1%e5%af%a6%e6%b8%ac-%e5%9c%96%e7%89%87%e7%9a%84%e4%ba%8b%e9%83%bd%e4%ba%a4%e7%b5%a6%e5%ae%83%e5%a4%9a%e5%8a%9f%e8%83%bd%e5%9c%96%e7%89%87%e7%b7%a8%e8%bc%af%e8%bb%9f/" data-wpel-link="internal">圖像進行修復及品質提升</a>的工具，VoxBox 則是聲音方面的一站式工具，提供以下對聲音相關的處理，能有效且大幅度的改善聲音品質：</p>



<ul class="wp-block-list">
<li class="my-li bg-darkblue"><strong>消除背景噪音</strong>：除去檔案中的所有背景噪音和背景音樂，僅保留聲音。</li>



<li class="my-li bg-darkblue"><strong>提升音質</strong>：改善音訊的清晰度、平衡和整體音效，呈現錄音室品質的音質。</li>



<li class="my-li bg-darkblue"><strong>淨化語音</strong>：去除口齒音、尖銳的「S」音和爆音的「P」音。</li>



<li class="my-li bg-darkblue"><strong>修正音量</strong>：調整低音量音訊到正常音量，並將不同音量段落調整到相同音量。</li>
</ul>



<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV85MHQTOePGaSQBOKGlzwPV0cm_3S6gsIETTMxEDM8MO4M5o9feHLfKcpdFze6qhy3C-ut4vEvFNEDl2qj-dpTeQjtPAH_ktfSPYnCr951FkOeY2bHy0tn3J1MQ69O8uGYS_vxi4fDJJSvVsJZulutPZ=w1198-h748-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 8" style="width:839px;height:auto" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure>



<h2 class="wp-block-heading para">AI 生成饒舌歌曲</h2>



<p>VoxBox 提供一個有趣的功能是 AI 生成饒舌歌曲，點擊生成 AI 歌詞後，給 AI 一個 prompt，例如小蛙這邊輸入「中文歌詞，關於台灣小吃」，等待片刻 VoxBox 即生成關於台灣小吃的饒舌歌詞，可惜的是目前只有英文版～點擊右下角匯入歌詞開始製作 Rap</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV84e_G0H0l_TyY64fCGCZs9BAPiwUL7zoOJQ-BgB3R3dZve18qP1EY-GhyJ0pu32BLd9dgdmBXp1C0vYvH130Vi4V53Lt0unWCDL_TIPZX-yNT9AuyP6l78vu5eQ-NA1kpgTbK5NR7bfOVitiz1vlAZ4=w1198-h748-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 9" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure></div>


<p>主畫面右邊可選擇 Rapper 的聲音，下方設定 Rap 的節拍，設定完成後點擊「轉換」即可在下方下載產生出來關於台灣小吃的 Rap 饒舌歌曲囉！這個功能相當有趣，很少在其他軟體上看見類似功能。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV86ZLfPRPHa0Hlak9fxGiCrmzU0wJ9iKJX40IKy3c7aOPLqsJlMOoWc01A04jYhjg2sGv5nPrxd3nDYOmAEY4c2DcOMdu5EvYQf_f_uLiY-8RHyzV1gVCtn2TcfuUd7taHM25j4mvTXEkRdKACr3gLGZ=w1198-h748-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 10" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure></div>


<h2 class="wp-block-heading para">VoxBox 聲音製作</h2>



<p>最後一個是聲音製作功能，VoxBox 根據匯入的聲音製作出自己專屬的聲音，專屬製作的聲音可以在前面提到的文字轉語音時使用。左側功能表切換到「聲音製作」，點擊「複製一個新聲音」</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV84N4h0yWxaO6xeuqIR_mAF3DIsI8-vTuBYyFHds1G1ID4MK9BZmgXf3sT2fhB4I-IdiWpDxETOdRMCuv7MJjCgsdfuJxOQLuj7j00BEnmv-hQnUvLBg_hTaeNYiwliIlXrfWpjQpSifq727J3PAj9IO=w1198-h748-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 11" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure>



<p>匯入聲音的方式有兩種，一是「上傳影片或音檔」、二是直接「錄音」</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV84Du1E4Q9wrVGduCqZB1C-4Y8T8OzlW3kAzOHBv42cUQCERzjybGO0f3KIEoNCS6X3x2IQ9Neldd4q69qpSquJx3UY1jpI4Le_OkX4FfE1850DLsUeWh9t3j-eNZK4lVcV8WVWO8fyoyz1u4GPWHs_j=w1198-h748-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 12" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure>



<p>小蛙選擇上傳影片製作，接著選擇支援多語言的模型 2 後開始克隆</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV87Lj2KUG4cws2HnOtkm4bIJ1_Qlnhsxc5jRGvD6jBrqv0T-h4J-yMXy7S9rTHmDkIsKrjCZ8eHEHFOYTeajeH10p3eX70-Y3ak1pJCZERWM8BS3iJJthsDrh-7HL3S6oYWE7SADlewqWJMNHCBuiuGj=w1198-h748-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 13" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure>



<p>克隆完成後，就可以在文字轉語音時選擇剛剛克隆的聲音</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV87T8NSmzQQCVpXCsUe-AjXDZgoR669ak_XyXUPe545E9jdJOMau567fwuF7kMaj-hjDE78_U3amKhsPODJxQidcJZBf2bx9ZXD7Qttc-gRGJcykJwairnt8UCg6_jsliG-53RfkvAlxArgYx5l5XK5w=w1198-h748-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 14" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure>



<p>小蛙測試了一下，克隆出來的聲音真的非常像，不過在咬字與重低音部分還是有那麼一點奇怪，例如：小 (ㄒㄧㄠˇ) 蛙會變成孝 (ㄒㄧㄠˋ) 蛙，有點類似「藥師少女的獨語」中，高順都把貓貓叫成小 (ㄒㄧㄠˋ) 貓的配音。扣除咬字問題，克隆出來的聲音跟小蛙原本聲音的真實度真的非常相似。</p>



<p>以上就是 iMyFone VoxBox 的實測分享，當初會接觸到 VoxBox 是因為發 YouTube 影片，有時沒辦法有適合錄音的環境，於是想找一套可以進行文字轉語音 TTS 的工具，而 VoxBox 也讓小蛙使用起來相當滿意。VoxBox 提供使用者<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color"><strong>免費試用</strong></mark>，免費試用有文字轉語音 2,000 個字元及語音轉文字 5 分鐘的額度，讓有聲音處理需求的使用者先試試看效果好不好，效果滿意再考慮付費購買，最後附上 iMyFone VoxBox 各種計畫的定價給各位讀者參考，有興趣的朋友快去下載 VoxBox 試用看看吧！</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV84BTqxXe8V7NPY2FB5VC7YbwUbcXEBZYNNc1g0vSrKmIa0XnyMRS_1L_XFCnSLDjOGZGPaVw0bUb-nap6iV2ju0U4n1BY8tyQ1yD09cDeSeKMlHwS3HA5xLsfiyjaZFKGIk5NWTx15PdLKK0-TYbwoq=w2252-h1708-s-rw-gm" alt="iMyFone VoxBox - TTS 文字轉語音的配音專家 - 15" title="iMyFone VoxBox - TTS 文字轉語音的配音專家"></figure>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12617/imyfone-voxbox-tts-%e6%96%87%e5%ad%97%e8%bd%89%e8%aa%9e%e9%9f%b3%e7%9a%84%e9%85%8d%e9%9f%b3%e5%b0%88%e5%ae%b6/" data-wpel-link="internal">iMyFone VoxBox &#8211; TTS 文字轉語音的配音專家</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://noter.tw/12617/imyfone-voxbox-tts-%e6%96%87%e5%ad%97%e8%bd%89%e8%aa%9e%e9%9f%b3%e7%9a%84%e9%85%8d%e9%9f%b3%e5%b0%88%e5%ae%b6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>2 個去背的簡單方法 &#8211; iPhone, remove.bg</title>
		<link>https://noter.tw/12622/2-%e5%80%8b%e5%8e%bb%e8%83%8c%e7%9a%84%e7%b0%a1%e5%96%ae%e6%96%b9%e6%b3%95-iphone-remove-bg/</link>
					<comments>https://noter.tw/12622/2-%e5%80%8b%e5%8e%bb%e8%83%8c%e7%9a%84%e7%b0%a1%e5%96%ae%e6%96%b9%e6%b3%95-iphone-remove-bg/#respond</comments>
		
		<dc:creator><![CDATA[黃小蛙]]></dc:creator>
		<pubDate>Thu, 08 Feb 2024 04:58:33 +0000</pubDate>
				<category><![CDATA[技巧分享]]></category>
		<category><![CDATA[軟體、工具]]></category>
		<category><![CDATA[去背工具]]></category>
		<category><![CDATA[iPhone 去背]]></category>
		<category><![CDATA[remove.bg]]></category>
		<category><![CDATA[線上去背]]></category>
		<category><![CDATA[簡單去背]]></category>
		<category><![CDATA[去背教學]]></category>
		<category><![CDATA[圖片去背]]></category>
		<category><![CDATA[去背]]></category>
		<guid isPermaLink="false">https://noter.tw/?p=12622</guid>

					<description><![CDATA[<p>小蛙不論是發文或是發影片，常常會用到去背功能，這篇文章分享兩個小蛙常用的去背方法。</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12622/2-%e5%80%8b%e5%8e%bb%e8%83%8c%e7%9a%84%e7%b0%a1%e5%96%ae%e6%96%b9%e6%b3%95-iphone-remove-bg/" data-wpel-link="internal">2 個去背的簡單方法 &#8211; iPhone, remove.bg</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p>小蛙不論是發文或是發影片，常常會用到去背功能，這篇文章分享兩個小蛙常用的去背方法。</p>



<span id="more-12622"></span>



<h2 class="wp-block-heading para">1. iPhone 去背</h2>



<p>從 iPhone 的相簿裡面查看要去背的圖片，在照片主體上長按後，iPhone 判斷出照片主體後會彈出選單，如下圖的貓貓，同時主體邊緣會閃著白光，若沒有出現的話，可以多試幾次，或是內容物太複雜 iPhone 無法判斷，彈出選單後點擊「分享&#8230;」</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV8668VdSIcXCUTWwR0aISiEevKH2BDal0v1FCEPdNg5QMg1m-mu5FPZY-2alc9sZxgJXurTfAjDRjS1CMTePszDdXOo4KWUseA3QH-G-ft-r-4lF7iXbPbUnnjq9p_ej4Ebh4a983Eg5wW7NnVqtK1e6=w1170-h651-s-rw-gm" alt="2 個去背的簡單方法 - iPhone, remove.bg 1" title="2 個去背的簡單方法 - iPhone, remove.bg"></figure>



<p>選擇「儲存影像」就會直接把去背好的貓貓存到相簿中</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV86EIiuYenX1_pJWXagMzbl9WGed-gkPU9xNKKobfmbkgoYwe9P5PEs09kWGrzL9DFPeTOt9VIBqG-yrTzAQWnUYKL8uJedDvTAIF4mPlsim-nGGSG4kRE7mim8akHDmggAFK3F8RMRDIiDAoKWeMbcb=w1170-h988-s-rw-gm" alt="2 個去背的簡單方法 - iPhone, remove.bg 2" style="width:500px" title="2 個去背的簡單方法 - iPhone, remove.bg"></figure></div>


<p>得到去背的沈睡貓貓</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV87_3TSMNooYKW-tT3YWx6K_UUYnYd806NEA1UCds6k3XP53Mmv-l_YTKzoYPYbpB-1YwxMYmzr5TXiey9oluzqjMZiWgPoeLv2daeuEy5zPKMPICV1dh7y24NCT9wtXZbD7yaLgv1HYuk-Wd_AdST6d=w1363-h767-s-no-gm" alt="2 個去背的簡單方法 - iPhone, remove.bg 3" style="width:600px" title="2 個去背的簡單方法 - iPhone, remove.bg"></figure></div>


<h2 class="wp-block-heading para">2. remove.bg 去背</h2>



<p><a href="https://www.remove.bg/zh/upload" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">remove.bg<span class="wpel-icon wpel-image wpel-icon-6"></span></a> 是一套免費線上去背工具，把要去背的照片拖拉進網頁中</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV84BFXjzqeeCdC0ir4NxcudVkEL_vcxSuPiXiGgD96SBOBbx0qX9Lwt-6uYsOATV827k8idpidadA4qox4fozbNBjrVQK9dhB6qVtEiOocd6_sH6ttaV5HxmukVj5MxHybasrBrjXdKOtFjgj7upxPsy=w1039-h1062-s-rw-gm" alt="2 個去背的簡單方法 - iPhone, remove.bg 4" style="width:500px" title="2 個去背的簡單方法 - iPhone, remove.bg"></figure></div>


<p>小蛙用同一張測試，remove.bg 判斷下機車跟貓貓都是主體，可以透過右邊「擦除/恢復」工具進行細部調整，免費使用只能下載較低解析度的去背圖片，若要下載高清版的話就需要註冊了</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV86EvDcUMrrxSX5iuEddEOMjJVpYFQXZHqD194Hnh8EL8mqsliIJc0JD0mSd_N8lje5fDPB3aaqz8KHwBCCKMrRPTPprRbh6tbxMy61kpnAkKb8IS5A9-m0DKaCHpuQ2XcEbtf0MDk6F3q8IVPsMjhmq=w2004-h1030-s-rw-gm" alt="2 個去背的簡單方法 - iPhone, remove.bg 5" title="2 個去背的簡單方法 - iPhone, remove.bg"></figure></div>


<p>透過「擦除/恢復」工具慢慢調整，還是能得到去背的貓貓，但就沒有 iPhone 來得方便了，如果是大範圍沒辦法用魔力筆刷擦除的，可以先把魔力筆刷取消勾選，擦除大範圍不需要的範圍後，再開啟魔力筆刷做細部調整</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV86M_cOrYh8IOLO4-G3232jXlkMtCvnVC-cTcnSXzlGXhXoRpLYMYBkxhTTnBMfWVa6vFDeWIQd456LLZobt9X_9CO4HKbFXh-Hwf1el0mdq2gTPAFDIZajwk4lr6i3zLcn8EKgbX0jlIxOkJDj6wFLn=w2098-h928-s-rw-gm" alt="2 個去背的簡單方法 - iPhone, remove.bg 6" title="2 個去背的簡單方法 - iPhone, remove.bg"></figure>



<p>背景比較單純的照片去背效果非常好～</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-17 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV85ESf6AuNsITru_VnnSuodmZ2WgxXDFQauhKPaRBtCzvmCTeFbGzeII6mxa8p_SEK9V3xDA7osqlbMnOT9eIJRznUsBNtre4gTmgtPwgKzv_0mZr-aLLBAwHL_Ej3ZiUuwpCGSCKo66-jhm-mJWlSjg=w1280-h853-s-rw-gm" alt="2 個去背的簡單方法 - iPhone, remove.bg 7" title="2 個去背的簡單方法 - iPhone, remove.bg"></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img decoding="async" src="https://lh3.googleusercontent.com/pw/ABLVV861Gupp8JHMEcl38b7ztcfbBBiVZxBByerbEmUq1Jd9tUqsVOvOp_4Kk3neHznB6y7CnTtnfunA530oI1ShJCgDlq1sLUYulmqlm5N135QNkjawoheuJspKD0Rhnn0Fp2IhOgTVCGxN8b33TrY1ctC4=w1276-h868-s-rw-gm" alt="2 個去背的簡單方法 - iPhone, remove.bg 8" title="2 個去背的簡單方法 - iPhone, remove.bg"></figure>
</div>
</div>



<p>小蛙之前的文章 <a href="https://noter.tw/12360/hitpaw-photo-ai-%e9%96%8b%e7%ae%b1%e5%af%a6%e6%b8%ac-%e5%9c%96%e7%89%87%e7%9a%84%e4%ba%8b%e9%83%bd%e4%ba%a4%e7%b5%a6%e5%ae%83%e5%a4%9a%e5%8a%9f%e8%83%bd%e5%9c%96%e7%89%87%e7%b7%a8%e8%bc%af%e8%bb%9f/" data-wpel-link="internal">HitPaw Photo AI 開箱實測</a> 也能輕鬆完成去背功能喔～分享給大家。</p>



<p><strong>圖片相關文章：</strong></p>



<ul class="my-li bg-darkblue wp-block-list">
<li><a href="https://noter.tw/12622/2-%e5%80%8b%e5%8e%bb%e8%83%8c%e7%9a%84%e7%b0%a1%e5%96%ae%e6%96%b9%e6%b3%95-iphone-remove-bg/" data-wpel-link="internal">2 個去背的簡單方法 &#8211; iPhone, remove.bg</a></li>



<li><a href="https://noter.tw/12552/%e9%80%a3%e5%b0%8f%e7%99%bd-1-%e5%ad%b8%e9%83%bd%e6%9c%83%e7%9a%84%e5%85%8d%e8%b2%bb-ai-%e7%b9%aa%e5%9c%96ai-%e5%9c%96%e7%89%87%e7%94%9f%e6%88%90/" data-wpel-link="internal">1 學就會的免費 AI 繪圖、AI 圖片生成 – 使用 Edge</a></li>



<li><a href="https://noter.tw/12554/picpick-%e5%85%a8%e6%96%b9%e4%bd%8d%e7%9a%84%e5%85%8d%e8%b2%bb%e8%9e%a2%e5%b9%95%e6%88%aa%e5%9c%96%e8%9e%a2%e5%b9%95%e9%8c%84%e5%bd%b1%e8%bb%9f%e9%ab%94/" data-wpel-link="internal">PicPick &#8211; 全方位的免費螢幕截圖、螢幕錄影軟體</a></li>



<li><a href="https://noter.tw/12360/hitpaw-photo-ai-%e9%96%8b%e7%ae%b1%e5%af%a6%e6%b8%ac-%e5%9c%96%e7%89%87%e7%9a%84%e4%ba%8b%e9%83%bd%e4%ba%a4%e7%b5%a6%e5%ae%83%e5%a4%9a%e5%8a%9f%e8%83%bd%e5%9c%96%e7%89%87%e7%b7%a8%e8%bc%af%e8%bb%9f/" data-wpel-link="internal">HitPaw Photo AI 開箱實測 – 圖片的事都交給它！</a></li>



<li><a href="https://noter.tw/11160/iphone-%e9%95%b7%e6%88%aa%e5%9c%96-iphone-scrolling-screenshot/" data-wpel-link="internal">iPhone 長截圖的 3 個方法學 (iOS)</a></li>



<li><a href="https://noter.tw/5011/mac-osx-%e8%9e%a2%e5%b9%95%e6%88%aa%e5%9c%96-%e9%8c%84%e5%bd%b1%e7%9a%84%e6%96%b9%e6%b3%95/" data-wpel-link="internal">Mac OSX 螢幕截圖 / 錄影的方法</a></li>



<li><a href="https://noter.tw/1511/上傳圖片卻遇到圖片太大的問題？xnview-輕鬆幫你調整/" data-wpel-link="internal">上傳圖片卻遇到圖片太大的問題？XnView 輕鬆幫你調整圖片大小</a></li>



<li><a href="https://noter.tw/1529/哎呀！私密資料不能公開啦！xnview-幫你的圖片馬賽克pix/" data-wpel-link="internal">哎呀！私密資料不能公開啦！XnView 幫你的圖片馬賽克(pixelate)</a></li>



<li><a href="https://noter.tw/1680/圖片太大啦！要調整的那麼多張怎麼辦？xnview-幫你批/" data-wpel-link="internal">圖片太大啦！要調整的那麼多張怎麼辦？XnView 幫你批次調整圖片大小</a></li>



<li><a href="https://noter.tw/9310/%e6%8a%8a%e5%9c%96%e7%89%87-key-%e9%80%b2%e8%9e%a2%e5%b9%95%e8%a3%a1%e8%b6%85%e7%b0%a1%e5%96%ae-a-easy-and-free-mockups-generator-mockuper/" data-wpel-link="internal">把圖片 key 進螢幕裡超簡單 &#8211; Mockuper</a></li>
</ul>



<p></p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/12622/2-%e5%80%8b%e5%8e%bb%e8%83%8c%e7%9a%84%e7%b0%a1%e5%96%ae%e6%96%b9%e6%b3%95-iphone-remove-bg/" data-wpel-link="internal">2 個去背的簡單方法 &#8211; iPhone, remove.bg</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://noter.tw/12622/2-%e5%80%8b%e5%8e%bb%e8%83%8c%e7%9a%84%e7%b0%a1%e5%96%ae%e6%96%b9%e6%b3%95-iphone-remove-bg/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
