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
官方網址 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"
    ]
}