Unvisit

Mark link as unvisited by removing the url from the browsers history

Apa itu Unvisit?

Unvisit adalah ekstensi Chrome yang dikembangkan oleh smukkekim, dan fitur utamanya adalah "Mark link as unvisited by removing the url from the browsers history".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Unvisit

Unduh file ekstensi Unvisit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Helps when working with styling links, by allowing you to make links "unvisited" by removing them from the browsers history                    

Informasi Dasar Ekstensi

Nama Unvisit Unvisit
ID fbggfcphnbjfjoppijhohnhmfofkcplj
URL Resmi https://chromewebstore.google.com/detail/unvisit/fbggfcphnbjfjoppijhohnhmfofkcplj
Deskripsi Mark link as unvisited by removing the url from the browsers history
Ukuran File 12.59 KB
Jumlah Instalasi 78
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-11-20
Tanggal Publikasi 2018-07-19
Penilaian 5.00/5 Total 2 Penilaian
Pengembang smukkekim
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unvisit",
    "description": "Mark link as unvisited by removing the url from the browsers history",
    "version": "1.0",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "history",
        "contextMenus"
    ]
}