FairyNote 2 - YouTube Chapter Timestamp Generator

For taking note with time links on youtube live or videos. Used in MOOC class, TED sessions, music live shows, interviews,…

Vad är FairyNote 2 - YouTube Chapter Timestamp Generator?

FairyNote 2 - YouTube Chapter Timestamp Generator är en Chrome-tillägg utvecklad av fairyZ, och dess huvudfunktion är "For taking note with time links on youtube live or videos. Used in MOOC class, TED sessions, music live shows, interviews,…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner FairyNote 2 - YouTube Chapter Timestamp Generator-förlängningens CRX-fil

Ladda ner FairyNote 2 - YouTube Chapter Timestamp Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        FairyNote 2.

Change 2.8.1

- Remove tabs permission.
- You can now try to use FairyNote on whatever website you like ( not guaranteed )

Change 2.8.0

- Experimentally Support more websites
  - BiliBili
  - Odysee
  - LBRY.tv
- New Feature: Open the list in the menu and see what you are working on from now on.
- Upgrade to Webpack 5 and AntD 4.10
- Minor refactor

Change 2.7.5

- User can now close FairyNote with extension icon on youtube pages other than video page.
- Minor bug fix: limit timestamps to prevent negative values.

Change 2.7.4

- Automatically add first section which is needed for youtube to activate the chapter feature.

Change 2.7.3

- Adapt Youtube Chapter feature.
- Upgrade Antd Components
- Change toggle shortcut to Ctrl+Shift+G

Change 2.7.2

- Minor fix.

Change 2.7.1

- Minor fix. Sometimes app crashes when deleting items using keyboard shortcut.

Change 2.7.0

- Use local storage instead of account syncronized storage which is more limited in size.
- Improve auto saving machanism and make save data smaller
- TODO: save data management facilities.

Change 2.6.3

- Optimized saving pattern, now FairyNote do less saving attempts. This may help when you have problem syncing the data across devices.
- No longer select full text when a card is selected.

Change 2.6.2

- Fixed sorting in speech mode.

Change 2.6.1

- Fixed encoding of csv and srt files.

Change 2.6.0

- Added a new feature to replace special words in the output with visually recognizable forms.

Change 2.5.0

- Added a new mode "Number" which should fit most videos 
- Added a new export mode. Now you can export srt format subtitle out of the timeline. Which should be useful if you are familiar with the YouTube subtitle maker.

Change 2.4.2

- Fixed the bug that the timestamp of the video is not consistent with the block when dragging.

Change 2.4.1

- Fixed a bug related to block drag and drop.

Change 2.4.0

- Add progress bar tool. Now you can view and manage the text blocks on the youtube progress bar.

Change 2.3.1

- Fix firefox timepicker issue and some minor styling issues. The new time picker respond to keyboard Up/Down or Shift+Up/Shift+Down to adjust the time.

Changes 2.2.0

- New menu items, FILE > EXPORT/IMPORT. This will be useful if you are coping data among videos or you want to edit the data in VSCode, Excel, Numbers or whatever editor you like.

Changes 2.1.0

- Add a set of new shortcuts to adjust time against latency issues. Select a timeline item, then use Ctrl/Command + Shift + , /  Ctrl/Command + Shift + . to add time latency deltas. The delta will be applied on all items following the current one. Enjoy the update. 

Changes 2.0.3

Fix Command+Shift+A cannot focus textarea in Chrome 77

Changes 2.0.2

New Feature: Magic LIVE Sync.

When one is broadcasting while his audiences are watching the same video and talking in a online chatroom. Pass the magic word to your friends they can sync the progress of the video as is you are watching together side by side

Changes 1.4.3 -> 2.0.1

GUI Improvement

Add multiple modes with different "new card" and "card sorting" behaviors.

Add Settings Panel

Auto save enabled as default, can be turned off

Auto complete of the comment field can be saved for some frequently used phrase. You can modify auto complete candidates data in settings.

You can now control whether to follow video timestamp when focus on a card

You can change the locale of the extension in settings now. The locale no longer follows your browser.

p.s. Please read the help page and remember those keyboard shortcuts which can boost your recording speed significantly                    

Grundläggande Information om Tillägg

Namn FairyNote 2 - YouTube Chapter Timestamp Generator FairyNote 2 - YouTube Chapter Timestamp Generator
ID pigkjlnalmacoimgiiipgkaaommcoeeh
Officiell webbadress https://chromewebstore.google.com/detail/fairynote-2-youtube-chapt/pigkjlnalmacoimgiiipgkaaommcoeeh
Beskrivning For taking note with time links on youtube live or videos. Used in MOOC class, TED sessions, music live shows, interviews,…
Filstorlek 555 KB
Antal Installationer 158
Aktuell Version 2.8.1
Senast Uppdaterad 2021-01-11
Publiceringsdatum 2020-06-26
Betyg 4.75/5 Totalt 8 Betyg
Utvecklare fairyZ
E-post [email protected]
Betalningssätt free
Stödda Språk en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extensionDescription__",
    "version": "2.8.1",
    "name": "__MSG_extensionNameLong__",
    "short_name": "FairyNote2",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "default_locale": "zh_CN",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "browser_action": {
        "default_title": "__MSG_extensionTooltip__",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "content.styles.css",
        "antd.min.css",
        "fairynote.css"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}