HBR Rewrite

This extension rewrites your history to show the latest reviews from hbr.

ما هو HBR Rewrite؟

HBR Rewrite هو إضافة Chrome تم تطويرها بواسطة Tim Coy، والميزة الرئيسية لها هي "This extension rewrites your history to show the latest reviews from hbr.".

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

screenshot

تحميل ملف CRX للإضافة HBR Rewrite

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

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

                        This extension erases all of your browsing history and replaces it with current links from Harvard Business Review at the click of a button.

Note: This is a third-party extension that is not made or maintained by Harvard Business Review.                    

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

الاسم HBR Rewrite HBR Rewrite
ID ikegmdcocpphgmadilomjbhjemecjofj
عنوان URL الرسمي https://chromewebstore.google.com/detail/hbr-rewrite/ikegmdcocpphgmadilomjbhjemecjofj
الوصف This extension rewrites your history to show the latest reviews from hbr.
حجم الملف 24.52 KB
عدد التثبيتات 34
النسخة الحالية 1.0
آخر تحديث 2019-02-07
تاريخ النشر 2019-02-07
المطور Tim Coy
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HBR Rewrite",
    "description": "This extension rewrites your history to show the latest reviews from hbr.",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "history",
        "http:\/\/feeds.hbr.org\/harvardbusiness"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}