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
Eメール [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"
    ]
}