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文件

下載Rizzoma Research Sidebar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}