Unvisit

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

Unvisit क्या है?

Unvisit smukkekim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mark link as unvisited by removing the url from the browsers history"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unvisit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Unvisit Unvisit
ID fbggfcphnbjfjoppijhohnhmfofkcplj
आधिकारिक URL https://chromewebstore.google.com/detail/unvisit/fbggfcphnbjfjoppijhohnhmfofkcplj
विवरण Mark link as unvisited by removing the url from the browsers history
फ़ाइल का आकार 12.59 KB
स्थापना संख्या 78
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-11-20
प्रकाशन तिथि 2018-07-19
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर smukkekim
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}