Shortweb

Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.

ما هو Shortweb؟

Shortweb هو إضافة Chrome تم تطويرها بواسطة https://www.getshortweb.com، والميزة الرئيسية لها هي "Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.".

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

screenshot

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

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

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

                        Shortweb is a tool that lets you highlight text online. Save highlights to look at later and share your highlights with your friends!                    

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

الاسم Shortweb Shortweb
ID adoindkdhcaldklicoimacgpdpkeiinf
عنوان URL الرسمي https://chromewebstore.google.com/detail/shortweb/adoindkdhcaldklicoimacgpdpkeiinf
الوصف Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.
حجم الملف 652 KB
عدد التثبيتات 23
النسخة الحالية 0.3.1
آخر تحديث 2016-02-17
تاريخ النشر 2016-02-17
تقييم 4.33/5 مجموع تقييمات 12
المطور https://www.getshortweb.com
نوع الدفع free
موقع الإضافة http://www.getshortweb.com
عنوان صفحة المساعدة http://www.getshortweb.com/#feedback
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortweb",
    "version": "0.3.1",
    "description": "Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.",
    "icons": {
        "16": ".\/src\/images\/icon16.png",
        "48": ".\/src\/images\/icon48.png",
        "128": ".\/src\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": ".\/src\/images\/icon19.png",
            "38": ".\/src\/images\/icon38.png"
        },
        "default_title": "Shortweb"
    },
    "background": {
        "scripts": [
            ".\/src\/scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/src\/scripts\/content.js"
            ],
            "css": [
                ".\/src\/styles\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/www.getshortweb.com\/*",
        "activeTab"
    ]
}