# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/mtpsjrq
寫 html 頁面沒意思,來挑戰 chrome 插件開發**
谷歌瀏覽器插件開發是指開發可以在谷歌瀏覽器中運行的擴展程序,可以爲用戶提供額外的功能和定製化的體驗。谷歌瀏覽器插件通常由 HTML、CSS 和 JavaScript 組成,非常利於前端開發者。 開發者可以利用這些技術在瀏覽器中添加新的功能、修改現有功能或者與網頁進行交互。要開發谷歌瀏覽器插件,開發者通常需要創建一個包含 清單文件(manifest.json)、背景腳本(background sc ⌘ Read more