This repository was archived by the owner on Nov 11, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/5253 #4
Merged
Merged
Feature/5253 #4
Changes from 8 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
add11da
add api request permission
wendelin-as d10d3c0
get board id and number
wendelin-as a31c80e
tracking task an Titel anhängen
wendelin-as e5c5a61
Merge branch 'main' into feature/5253
e27f295
add space between title and #
wendelin-as 7bc6750
Update content_script.js
feb4739
use window.location.pathname instead of window.location.href
e4a1202
use const instead of let for button and sidebar
eacb62f
use string interpolation and url api, put token in header
wendelin-as File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,6 +18,10 @@ | |
| } | ||
| ], | ||
|
|
||
| "permissions": [ | ||
| "*://api.trello.com/*" | ||
| ], | ||
|
|
||
| "options_ui": { | ||
| "page": "options/index.html" | ||
| } | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.