Skip to content

janlin002/chrome-jira-pr-extention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome extension

pr review extension with jira

文章

筆記

manifest.json 是整個 Chrome extension 的核心,記錄著所有的配置檔案

  • 擴充功能名稱 name
  • 權限 permissions
  • 圖示 icons
  • background
  • content script
  • action

background 擴充功能的本體,可透過 Chrome API 可以監聽使用者對 Chrome 操作事件。

content script 在擴充功能中唯一能與網頁內容進行互動的部分,也就是可以對 DOM 進行操作

action 在 Chrome 工具列中點選擴充功能圖示時,可選擇觸發的行為,除了直接執行某項功能,也可以使用 popup 可以自訂 UI ,提供擴充功能與使用者互動,並且可使用大部分 Chrome API。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published