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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}