Forum Urls

Create forum friendly links with url and title from current page. (BB code and more)

Qu'est-ce que Forum Urls ?

Forum Urls est une extension Chrome développée par https://norcats.blogspot.no, et sa fonction principale est "Create forum friendly links with url and title from current page. (BB code and more)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Forum Urls

Téléchargez les fichiers d'extension Forum Urls 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

                        This extension helps you create forum friendly links with url and title from current page in browser. BB code and a couple of other predefined formats are available upon installation. 

In options page you can customize and add your own formats, and select default format to use. Options are saved to Chrome storage and is automatically synchronized between other devices that you are logged into. 

This extension can safely be used in incognito mode, and options are persisted also here, no user information or logs is stored.                    

Informations de Base sur l'Extension

Nom Forum Urls Forum Urls
ID ohofimfhgiombfcjllchiiiifanomffi
URL Officiel https://chromewebstore.google.com/detail/forum-urls/ohofimfhgiombfcjllchiiiifanomffi
Description Create forum friendly links with url and title from current page. (BB code and more)
Taille du Fichier 97.33 KB
Nombre d'Installations 21
Version Actuelle 1.4
Dernière Mise à Jour 2022-07-10
Date de Publication 2015-02-09
Développeur https://norcats.blogspot.no
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Forum Urls",
    "description": "Create forum friendly links with url and title from current page. (BB code and more)",
    "version": "1.4",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Forum Urls"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "storage"
    ]
}