Add URL to History

Adds a linkbase to the browser history

Qu'est-ce que Add URL to History ?

Add URL to History est une extension Chrome développée par https://maksam07.com, et sa fonction principale est "Adds a linkbase to the browser history".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Add URL to History

Téléchargez les fichiers d'extension Add URL to History au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Add URL to History Add URL to History
ID nhofggendgdcagphebkpikaimhllapib
URL Officiel https://chromewebstore.google.com/detail/add-url-to-history/nhofggendgdcagphebkpikaimhllapib
Description Adds a linkbase to the browser history
Taille du Fichier 1.31 MB
Nombre d'Installations 49
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2022-01-18
Date de Publication 2022-01-18
Évaluation 4.67/5 Total 3 Évaluations
Développeur https://maksam07.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}