Pinboard.in condensed view

Pinboard.in condensed view

ما هو Pinboard.in condensed view؟

Pinboard.in condensed view هو إضافة Chrome تم تطويرها بواسطة https://justin.kelly.org.au، والميزة الرئيسية لها هي "Pinboard.in condensed view".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pinboard.in condensed view

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

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

                        A condensed view for Pinboard.in

* Condenses the bookmark listing
* Adds stripping for bookmark listing for easier viewing
* Removes stars
* Removes show and when bookmark was created
* Trims bookmarks title to 50 characters                    

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

الاسم Pinboard.in condensed view Pinboard.in condensed view
ID mambbmaeihhfnajbfpgpbogempeakafj
عنوان URL الرسمي https://chromewebstore.google.com/detail/pinboardin-condensed-view/mambbmaeihhfnajbfpgpbogempeakafj
الوصف Pinboard.in condensed view
حجم الملف 96.67 KB
عدد التثبيتات 29
النسخة الحالية 0.1
آخر تحديث 2013-04-29
تاريخ النشر 2013-04-28
تقييم 5.00/5 مجموع تقييمات 1
المطور https://justin.kelly.org.au
نوع الدفع free
موقع الإضافة https://github.com/justinkelly/chrome_pinboard_condensed
عنوان صفحة المساعدة https://github.com/justinkelly/chrome_pinboard_condensed
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Pinboard.in condensed view",
    "name": "Pinboard.in condensed view",
    "icons": {
        "128": "img\/pinboard128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.pinboard.in\/*",
                "https:\/\/*.pinboard.in\/*"
            ],
            "js": [
                "jquery.js",
                "chrome_pinboard_condensed.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "0.1"
}