Add URL to History

Adds a linkbase to the browser history

Add URL to History क्या है?

Add URL to History https://maksam07.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a linkbase to the browser history"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Plugin to easily add your linkbase to browser history.
This can be useful if you want certain links to be marked as viewed.                    

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

नाम Add URL to History Add URL to History
ID nhofggendgdcagphebkpikaimhllapib
आधिकारिक URL https://chromewebstore.google.com/detail/add-url-to-history/nhofggendgdcagphebkpikaimhllapib
विवरण Adds a linkbase to the browser history
फ़ाइल का आकार 1.31 MB
स्थापना संख्या 49
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2022-01-18
प्रकाशन तिथि 2022-01-18
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर https://maksam07.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "static\/js\/config.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "__MSG_defTitle__",
        "default_icon": {
            "16": "static\/images\/icon16.png",
            "24": "static\/images\/icon24.png",
            "32": "static\/images\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extDescr__",
    "icons": {
        "16": "static\/images\/icon16.png",
        "48": "static\/images\/icon48.png",
        "128": "static\/images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "history"
    ],
    "version": "0.0.0.1"
}