Rizzoma Research Sidebar

Write down immediately what matters to you while you're reading on the net. Easily organize and improve your findings with others.

Rizzoma Research Sidebar란 무엇입니까?

Rizzoma Research Sidebar은(는) https://rizzoma.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Write down immediately what matters to you while you're reading on the net. Easily organize and improve your findings with others."입니다.

확장 프로그램 스크린샷

screenshot

Rizzoma Research Sidebar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Want to make your research easier? Want a tool to immediately write down what you have found out?

Imagine you are working on a blog post, for example an article about whether diversity can help a company.
You need to check facts, research ideas and study discussions on many pages. What if you had a tool that allowed you to immediately capture your results and questions while surfing?


★ Easily capture what matters

With the Rizzoma Sidebar open on any page, you can:
- write down what you want to remember while still seeing the page so that you can focus on your next questions
- keep your findings structured by creating collapsible subtopics so that you can quickly grasp what you found out so far
- allow others to easily collaborate in real-time on your findings so that you receive valuable feedback from others
- insert pictures or other files into your findings to make it more understandable


★ Keep your discoveries alive

When you are done researching you can have the big picture and the significant details in one structured research document. So in the end, you can remember more from what you discovered in the internet. You can continue to improve the document alone or with others as long as you like.                    

확장 프로그램 기본 정보

이름 Rizzoma Research Sidebar Rizzoma Research Sidebar
ID hehhalfmigcoiplbmanegdkfhccknkib
공식 URL https://chrome.google.com/webstore/detail/rizzoma-research-sidebar/hehhalfmigcoiplbmanegdkfhccknkib
설명 Write down immediately what matters to you while you're reading on the net. Easily organize and improve your findings with others.
파일 크기 97.52 KB
설치 횟수 59
현재 버전 0.176
최근 업데이트 2013-07-20
출시 날짜 2013-07-20
평점 3.40/5 총 5 개의 평점
개발자 https://rizzoma.com
결제 유형 free
확장 프로그램 웹 사이트 https://rizzoma.com/topic/a8700fe865f677f7571d5b171c21492d/
도움말 페이지 URL https://rizzoma.com/topic/a8700fe865f677f7571d5b171c21492d/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rizzoma Research Sidebar",
    "version": "0.176",
    "manifest_version": 2,
    "description": "Write down immediately what matters to you while you're reading on the net. Easily organize and improve your findings with others.",
    "icons": {
        "48": "sidebar-icon-48x48.png",
        "128": "sidebar-icon.png"
    },
    "browser_action": {
        "default_icon": "sidebar-icon.png"
    },
    "background": {
        "page": "rizzoma-background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/rizzoma.com\/*",
                "https:\/\/rizzoma.com\/*"
            ],
            "js": [
                "js\/lib\/jquery-1.8.2.js",
                "js\/rizzoma-iframe\/remember-last-url.js",
                "js\/rizzoma-iframe\/style-desktop-iframe.js",
                "js\/rizzoma-iframe\/google-analytics-track-pageview.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "css\/current-page\/rizzoma-i-frame.css"
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}