Mark Selected Links As Visited

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

Co to jest Mark Selected Links As Visited?

Mark Selected Links As Visited to rozszerzenie Chrome opracowane przez Dima PM, a jego główną funkcją jest „Marks selected links as visited. If nothing is selected - marks all links on page as visited”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mark Selected Links As Visited

Pobierz pliki rozszerzeń Mark Selected Links As Visited w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Picture will explain it all...

It also has some context menus for link and selection.                    

Podstawowe informacje o rozszerzeniu

Nazwa Mark Selected Links As Visited Mark Selected Links As Visited
ID pmoldfbmipffdecleeffgfcoahobhkpp
Oficjalny URL https://chromewebstore.google.com/detail/mark-selected-links-as-vi/pmoldfbmipffdecleeffgfcoahobhkpp
Opis Marks selected links as visited. If nothing is selected - marks all links on page as visited
Rozmiar pliku 12.2 KB
Liczba instalacji 588
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2017-07-04
Data Publikacji 2017-07-03
Ocena 3.40/5 Łącznie 10 Oceny
Deweloper Dima PM
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/Klestofer/Mark-Selected-Links-As-Visited
Obsługiwane Języki 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"
    ]
}