Markers

Add mark as seen buttons to your favorite websites.

O que é Markers?

Markers é uma extensão do Chrome desenvolvida por https://markers.app, e sua principal característica é "Add mark as seen buttons to your favorite websites.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Markers

Baixe arquivos de extensão Markers 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

                        ⚠️ This extension includes paid plans. 

Once you install the Markers extension for Google Chrome on your desktop, a new mark as seen button will be added to the items listed below:
✓ Videos on Youtube (www.youtube.com)
✓ Videos on TED (www.ted.com)
✓ Tweets on Twitter (www.twitter.com)
✓ Products on Product Hunt (www.producthunt.com)

Every time you mark an item as seen, we'll change its visual appearance so that you can easily spot items you've already seen when you visit the sites the next round.

Your marked links are automatically synced and backed up on cloud. You have full control over your data.

Useful Links:
✓ See our pricing and subscribe at https://www.markers.app/
✓ Review our privacy policy at https://www.markers.app/privacy
@ Contact us with any questions at [email protected]                    

Informações Básicas da Extensão

Nome Markers Markers
ID jhajgeogdlclhbngdccoejhjkaeekhpp
URL Oficial https://chromewebstore.google.com/detail/markers/jhajgeogdlclhbngdccoejhjkaeekhpp
Descrição Add mark as seen buttons to your favorite websites.
Tamanho do Arquivo 32.93 KB
Contagem de Instalações 238
Versão Atual 2.0.0
Última Atualização 2024-02-22
Data de Publicação 2020-04-26
Classificação 4.00/5 Total de 7 Avaliações
Desenvolvedor https://markers.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.markers.app/
URL da Página de Política de Privacidade https://www.markers.app/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Markers",
    "version": "2.0.0",
    "description": "Add mark as seen buttons to your favorite websites.",
    "permissions": [
        "declarativeContent",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "markers.js"
            ],
            "css": [
                "markers.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/markers16.png",
            "32": "images\/markers32.png",
            "48": "images\/markers48.png",
            "128": "images\/markers128.png"
        }
    },
    "icons": {
        "16": "images\/markers16.png",
        "32": "images\/markers32.png",
        "48": "images\/markers48.png",
        "128": "images\/markers128.png"
    },
    "manifest_version": 3
}