Forum Urls

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

O que é Forum Urls?

Forum Urls é uma extensão do Chrome desenvolvida por https://norcats.blogspot.no, e sua principal característica é "Create forum friendly links with url and title from current page. (BB code and more)".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Forum Urls

Baixe arquivos de extensão Forum Urls no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Forum Urls Forum Urls
ID ohofimfhgiombfcjllchiiiifanomffi
URL Oficial https://chromewebstore.google.com/detail/forum-urls/ohofimfhgiombfcjllchiiiifanomffi
Descrição Create forum friendly links with url and title from current page. (BB code and more)
Tamanho do Arquivo 97.33 KB
Contagem de Instalações 21
Versão Atual 1.4
Última Atualização 2022-07-10
Data de Publicação 2015-02-09
Desenvolvedor https://norcats.blogspot.no
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}