Forum Urls

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

什么是Forum Urls?

Forum Urls是由https://norcats.blogspot.no开发的Chrome扩展程序,该扩展的主要功能是“Create forum friendly links with url and title from current page. (BB code and more)”。

扩展截图

screenshot
screenshot

下载Forum Urls扩展crx文件

下载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"
    ]
}