Mark Selected Links As Visited

Marks selected links as visited. If nothing is selected - marks all links on page as visited

Cos'è Mark Selected Links As Visited?

Mark Selected Links As Visited è un'estensione di Chrome sviluppata da Dima PM, e la sua funzione principale è "Marks selected links as visited. If nothing is selected - marks all links on page as visited".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mark Selected Links As Visited

Scarica i file di estensione Mark Selected Links As Visited in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Picture will explain it all...

It also has some context menus for link and selection.                    

Informazioni di Base sull'Estensione

Nome Mark Selected Links As Visited Mark Selected Links As Visited
ID pmoldfbmipffdecleeffgfcoahobhkpp
URL Ufficiale https://chromewebstore.google.com/detail/mark-selected-links-as-vi/pmoldfbmipffdecleeffgfcoahobhkpp
Descrizione Marks selected links as visited. If nothing is selected - marks all links on page as visited
Dimensione del File 12.2 KB
Conteggio Installazioni 588
Versione Corrente 0.3
Ultimo Aggiornamento 2017-07-04
Data di Pubblicazione 2017-07-03
Valutazione 3.40/5 Totale 10 Valutazioni
Sviluppatore Dima PM
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/Klestofer/Mark-Selected-Links-As-Visited
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Mark Selected Links As Visited",
    "version": "0.3",
    "description": "Marks selected links as visited. If nothing is selected - marks all links on page as visited",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "history",
        "contextMenus"
    ]
}