Twitter Note
Take notes about them.
Co to jest Twitter Note?
Twitter Note to rozszerzenie Chrome opracowane przez https://emrecoban.com.tr, a jego główną funkcją jest „Take notes about them.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Note
Pobierz pliki rozszerzeń Twitter Note w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Twitter Note is an open-source MIT-licensed Chrome and Brave browser extension that helps you to take notes about the people who you blocked, or muted on their profile page. To take a note, also you don't have to block, or mute them.
Features
Take a note (limitless characters) about someone.
Delete all the notes with one click.
See all the notes.
Issues, Feedback, and Contributing
Go to the GitHub repository: https://github.com/emrecoban/twitterNote Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hkgdpppefidcddecmcchdkplfgjkjcdk |
| Oficjalny URL | https://chromewebstore.google.com/detail/twitter-note/hkgdpppefidcddecmcchdkplfgjkjcdk |
| Opis | Take notes about them. |
| Rozmiar pliku | 615 KB |
| Liczba instalacji | 43 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2022-12-21 |
| Data Publikacji | 2022-12-18 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | https://emrecoban.com.tr |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/emrecoban/twitterNote |
| Adres URL Strony Pomocy | https://github.com/emrecoban/twitterNote/issues |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Twitter Note",
"description": "Take notes about them.",
"version": "1.0",
"action": {
"default_popup": ".\/popup\/popup.html",
"default_icon": ".\/images\/twitterNote.png"
},
"content_scripts": [
{
"css": [
".\/scripts\/contentStyle.css"
],
"js": [
".\/scripts\/content.js"
],
"matches": [
"https:\/\/*.twitter.com\/*"
],
"run_at": "document_start"
}
],
"permissions": [
"storage"
],
"icons": {
"16": ".\/images\/twitterNote.png",
"32": ".\/images\/twitterNote.png",
"48": ".\/images\/twitterNote.png",
"128": ".\/images\/twitterNote.png"
}
} | |