Shortweb

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

Shortweb란 무엇입니까?

Shortweb은(는) https://www.getshortweb.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web."입니다.

확장 프로그램 스크린샷

screenshot

Shortweb 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    ]
}