Mark Selected Links As Visited

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

Co je Mark Selected Links As Visited?

Mark Selected Links As Visited je rozšíření Chrome vyvinuté Dima PM, a jeho hlavní funkcí je „Marks selected links as visited. If nothing is selected - marks all links on page as visited“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mark Selected Links As Visited

Stáhněte si soubory rozšíření Mark Selected Links As Visited ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Picture will explain it all...

It also has some context menus for link and selection.                    

Základní Informace o Rozšíření

Název Mark Selected Links As Visited Mark Selected Links As Visited
ID pmoldfbmipffdecleeffgfcoahobhkpp
Oficiální URL https://chromewebstore.google.com/detail/mark-selected-links-as-vi/pmoldfbmipffdecleeffgfcoahobhkpp
Popis Marks selected links as visited. If nothing is selected - marks all links on page as visited
Velikost souboru 12.2 KB
Počet instalací 588
Aktuální Verze 0.3
Poslední Aktualizace 2017-07-04
Datum Vydání 2017-07-03
Hodnocení 3.40/5 Celkem 10 Hodnocení
Vývojář Dima PM
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/Klestofer/Mark-Selected-Links-As-Visited
Podporované Jazyky 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"
    ]
}