NZBLinker

Create a NZBLNK either from a selected text or from scratch

什么是NZBLinker?

NZBLinker是由Tensai开发的Chrome扩展程序,该扩展的主要功能是“Create a NZBLNK either from a selected text or from scratch”。

扩展截图

screenshot
screenshot
screenshot

下载NZBLinker扩展crx文件

下载NZBLinker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Based on a text marked in the browser, which contains the title, header as well as a password and the group, this extension will automatically create an NZBlnk, which can then either be copied to the clipboard or opened directly (requires NZBMonkey to be installed and working).
Alternatively, a browser window can be opened by clicking on the NZBLinker icon, in which an NZBlnk can be created manually.

v0.7.2
* Support for additional NZBLNK parameter "post date" (d) and experimental post date detection (thanks to plneappl)

v0.7.1
* Deletion of a debug alert
* Update to jQuery 3.5.1

v0.7.0
* Completely reworked interface
* Browser action when clicking on the icon: Opening a window for manual creation of an NZBlnk
* Multilingual: German / English
* Now also works without storage.sync (fallback to storage.local) or if no storage exists at all
* The NZBlnk is now always created syntactically 100% correct
* Added "File(s)" as additional keyword for header search                    

扩展基本信息

名称 NZBLinker NZBLinker
ID podpddhcepkggomgplkpkdhehckkllab
官方URL https://chromewebstore.google.com/detail/nzblinker/podpddhcepkggomgplkpkdhehckkllab
简介 Create a NZBLNK either from a selected text or from scratch
文件大小 147 KB
安装次数 690
当前版本 0.7.3
更新时间 2023-06-12
上架时间 2019-04-14
评分 5.00/5 共2次评分
开发者 Tensai
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tensai75.github.io/NZBLinker/
帮助页面URL https://github.com/Tensai75/NZBLinker
支持的语言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.7.3",
    "description": "__MSG_extSlogan__",
    "default_locale": "en",
    "icons": {
        "128": "\/icons\/nzblinker128.png",
        "96": "\/icons\/nzblinker96.png",
        "48": "\/icons\/nzblinker48.png",
        "32": "\/icons\/nzblinker32.png",
        "16": "\/icons\/nzblinker16.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "\/icons\/nzblinker.png"
    ],
    "browser_action": {
        "default_icon": {
            "128": "\/icons\/nzblinker128.png",
            "96": "\/icons\/nzblinker96.png",
            "48": "\/icons\/nzblinker48.png",
            "32": "\/icons\/nzblinker32.png",
            "16": "\/icons\/nzblinker16.png"
        },
        "default_title": "NZBLinker"
    }
}