Add URL to History

Adds a linkbase to the browser history

What is Add URL to History?

Add URL to History is a Chrome extension developed by https://maksam07.com, and its main feature is "Adds a linkbase to the browser history".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Add URL to History Extension CRX File

Download Add URL to History extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Add URL to History Add URL to History
ID nhofggendgdcagphebkpikaimhllapib
Official URL https://chromewebstore.google.com/detail/add-url-to-history/nhofggendgdcagphebkpikaimhllapib
Description Adds a linkbase to the browser history
File Size 1.31 MB
Installation Count 49
Current Version 0.0.0.1
Last Updated 2022-01-18
Publish Date 2022-01-18
Rating 4.67/5 Total 3 Ratings
Developer https://maksam07.com
Email [email protected]
Payment Type free
Supported Languages 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"
}