Bootstrapify

One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…

ما هو Bootstrapify؟

Bootstrapify هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…".

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

screenshot

تحميل ملف CRX للإضافة Bootstrapify

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

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

                        One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user styles with Twitter Bootstrap styles. The resulting page will have a white background and black text (no background images), large font size and adequate line height, Twitter Bootstrap typography, including heading sizes, sans-serif font, and Bootstrap enhancements to standard elements including tables, forms and buttons.

Please consider contributing to this plugin on Github!
https://github.com/kellyk/bootstrapify                    

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

الاسم Bootstrapify Bootstrapify
ID hblmelfajaaodoajgfmobneamfbomkkd
عنوان URL الرسمي https://chromewebstore.google.com/detail/bootstrapify/hblmelfajaaodoajgfmobneamfbomkkd
الوصف One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…
حجم الملف 7.92 KB
عدد التثبيتات 42
النسخة الحالية 0.0.1
آخر تحديث 2014-05-05
تاريخ النشر 2014-05-04
تقييم 5.00/5 مجموع تقييمات 3
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/kellyk/bootstrapify
عنوان صفحة المساعدة https://github.com/kellyk/bootstrapify/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrapify",
    "version": "0.0.1",
    "permissions": [
        "activeTab",
        "http:\/\/www.bootstrapcdn.com\/"
    ],
    "background": {
        "scripts": [
            "startup.js",
            "bootstrapify.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Import Bootstrap Styles"
    },
    "manifest_version": 2
}