Pinboard style

This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).

ما هو Pinboard style؟

Pinboard style هو إضافة Chrome تم تطويرها بواسطة Zander Martineau، والميزة الرئيسية لها هي "This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).".

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

screenshot
screenshot
screenshot

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

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

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

                        This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).

It is under active development so if you find any problems, please create an issue at https://github.com/mrmartineau/pinboard-chrome-extension/issues.                    

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

الاسم Pinboard style Pinboard style
ID mmcabafimbenknlnlndkdfjgfkkljhmg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg
الوصف This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
حجم الملف 214 KB
عدد التثبيتات 101
النسخة الحالية 0.0.4
آخر تحديث 2014-08-03
تاريخ النشر 2014-08-03
تقييم 4.83/5 مجموع تقييمات 6
المطور Zander Martineau
نوع الدفع free
موقع الإضافة https://github.com/mrmartineau/pinboard-chrome-extension
عنوان صفحة المساعدة https://github.com/mrmartineau/pinboard-chrome-extension/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinboard style",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "This is a simple extension to improve the look and feel for Pinboard (http:\/\/pinboard.in).",
    "homepage_url": "http:\/\/martineau.tv",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contentSettings",
        "https:\/\/pinboard.in\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "matches": [
                "https:\/\/pinboard.in\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/*",
        "img\/*"
    ]
}