NZBLinker

Create a NZBLNK either from a selected text or from scratch

NZBLinkerคืออะไร?

NZBLinker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tensai และคุณลักษณะหลักของมันคือ "Create a NZBLNK either from a selected text or from scratch"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NZBLinker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}