Forum Urls

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

Что такое Forum Urls?

Forum Urls - это расширение Chrome, разработанное https://norcats.blogspot.no, и его основная функция - "Create forum friendly links with url and title from current page. (BB code and more)".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Forum Urls

Скачайте файлы расширений Forum Urls в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Forum Urls Forum Urls
ID ohofimfhgiombfcjllchiiiifanomffi
Официальный URL https://chromewebstore.google.com/detail/forum-urls/ohofimfhgiombfcjllchiiiifanomffi
Описание Create forum friendly links with url and title from current page. (BB code and more)
Размер файла 97.33 KB
Количество установок 21
Текущая Версия 1.4
Последнее Обновление 2022-07-10
Дата публикации 2015-02-09
Разработчик https://norcats.blogspot.no
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}