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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    ]
}