Twitter Note
Take notes about them.
O que é Twitter Note?
Twitter Note é uma extensão do Chrome desenvolvida por https://emrecoban.com.tr, e sua principal característica é "Take notes about them.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter Note
Baixe arquivos de extensão Twitter Note no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Twitter Note |
ID | hkgdpppefidcddecmcchdkplfgjkjcdk |
URL Oficial | https://chromewebstore.google.com/detail/twitter-note/hkgdpppefidcddecmcchdkplfgjkjcdk |
Descrição | Take notes about them. |
Tamanho do Arquivo | 615 KB |
Contagem de Instalações | 43 |
Versão Atual | 1.0 |
Última Atualização | 2022-12-21 |
Data de Publicação | 2022-12-18 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://emrecoban.com.tr |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/emrecoban/twitterNote |
URL da Página de Ajuda | https://github.com/emrecoban/twitterNote/issues |
Idiomas Suportados | 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" } } |