Chrome Extension - part 2

2024-04-26 11:00:00 -0500

使用 TypeScript

如果您是使用 VSCode 或 Atom 等程式碼編輯器進行開發,則可使用 npm 套件 chrome-types,

藉此利用 Chrome API 的自動完成功能。當 Chromium 原始碼變更時,這個 npm 套件會自動更新。

ref:

  • https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world?hl=zh-tw#types
    • .
  • https://www.npmjs.com/package/chrome-types
    • .
  • https://github.com/GoogleChrome/chrome-extensions-samples/tree/main
    • .
  • https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/functional-samples
    • .
  • https://developer.chrome.com/docs/extensions/get-started?hl=zh-tw
    • .
  • https://medium.com/@doublekien/chrome-extension-with-typescript-1589aa84e80
    • .
    ...

full post...

Chrome Extension - part 1

2024-04-26 00:30:00 -0500

How To Build a Chrome Extension Using Angular

ref:

  • https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world?hl=zh-tw
    • .
  • https://medium.com/@roylevy_28840/how-to-build-a-chrome-extension-using-angular-3bcc74a36cd2
    • .

loren ipsum loren ipsum loren ipsum loren ipsum loren ipsum loren ipsum loren ipsum loren ipsum loren ipsum

.

important notes

  • manifest.json

full post...

Welcome to Jekyll!

2024-04-03 22:29:11 -0500

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and...

full post...