Pinboard Tools

Toolbar actions for Pinboard (http://pinboard.in)

ما هو Pinboard Tools؟

Pinboard Tools هو إضافة Chrome تم تطويرها بواسطة Tab Manager Plus، والميزة الرئيسية لها هي "Toolbar actions for Pinboard (http://pinboard.in)".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Pinboard Tools

قم بتنزيل ملفات الامتداد Pinboard Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Fork of the official extension for Pinboard, the beloved personal archive and bookmarking website.

This is a fork of the official extension, and is compatible now with new Chrome versions.

It provides you with quick ways of adding bookmarks in Pinboard, quick links to common areas, etc. Please submit support requests here. Should the official extension be updated, this extension will be taken down again.                    

معلومات أساسية عن التمديد

الاسم Pinboard Tools Pinboard Tools
ID kmnejbdlodogdnffbijgfkepfoofnmpd
عنوان URL الرسمي https://chromewebstore.google.com/detail/pinboard-tools/kmnejbdlodogdnffbijgfkepfoofnmpd
الوصف Toolbar actions for Pinboard (http://pinboard.in)
حجم الملف 20.05 KB
عدد التثبيتات 33
النسخة الحالية 1.0.1
آخر تحديث 2018-06-25
تاريخ النشر 2018-06-25
تقييم 5.00/5 مجموع تقييمات 2
المطور Tab Manager Plus
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/pinboard16.png",
        "default_title": "Pinboard",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "pinboard_content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "pinboard_iframe_content_script.js"
            ],
            "matches": [
                "https:\/\/pinboard.in\/add*"
            ],
            "all_frames": true
        }
    ],
    "description": "Toolbar actions for Pinboard (http:\/\/pinboard.in)",
    "icons": {
        "128": "img\/pinboard128.png",
        "16": "img\/pinboard16.png",
        "32": "img\/pinboard32.png"
    },
    "name": "Pinboard Tools",
    "short_name": "Pinboard Tools",
    "permissions": [
        "tabs",
        ""
    ],
    "version": "1.0.1"
}