Twitter Note
Take notes about them.
Wat is Twitter Note?
Twitter Note is een Chrome-extensie ontwikkeld door https://emrecoban.com.tr, en de belangrijkste functie is "Take notes about them.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Note
Download Twitter Note-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Twitter Note |
ID | hkgdpppefidcddecmcchdkplfgjkjcdk |
Officiële URL | https://chromewebstore.google.com/detail/twitter-note/hkgdpppefidcddecmcchdkplfgjkjcdk |
Beschrijving | Take notes about them. |
Bestandsgrootte | 615 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-12-21 |
Publicatiedatum | 2022-12-18 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://emrecoban.com.tr |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/emrecoban/twitterNote |
Help Pagina-URL | https://github.com/emrecoban/twitterNote/issues |
Ondersteunde Talen | 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" } } |