Hiro

Instant collaboration, as simple as messaging.

什麼是Hiro?

Hiro是由http://hiroapp.com開發的Chrome擴展程式,該擴展的主要功能是“Instant collaboration, as simple as messaging.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Hiro擴展crx文件

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

擴展使用說明

                        Hiro let's you organize things with simple text snippets. They even work for the most chaotic people and are perfect for things like:

• Keeping tabs with friends. Money owed, things recommended, all in one place.

This information is normally spread across dozens of emails or chats. With Hiro it's easy to pull it all together.

• Organizing things freely, without any complicated structures.

Still using textfiles on your desktop? Like us. That's why we started working on Hiro. We wanted the speed & simplicity of text with the ability to sync & share.

• To tie the wisdom of your contacts together, instead of a gazillion chat histories.

What's the best new restaurant in town? The greatest 80ies sci-fi movies? Normally this questions get asked over and over again, Hiro collects all the answers in one place.

Hiro is ridiculously fast, works offline and syncs seamlessly across all your devices.

------------------ FAQ: ------------------

How is this different from Evernote or other note-taking and note-sharing apps?

Hiro is always perfectly synchronized among all devices (whit a backup in the cloud), allows offline access, sharing with friends and opens immediately. Doing three of those things at once is easy, all four at the same time is the hard part.

Do you support orgMode, Pomodoro, Eisenhower or other productivity concepts?

Yes. Because Hiro is just pure text, we don't enforce any structure but let you choose the one that suits you best. It's a bit like Notational Velocity, just with the added benefits mentioned above.

I'm already using Whatsapp or any other group messenger, is there any use for Hiro?

Yes. See the examples in the screenshots. Hiro is for more permanent information. If you ever scrolled and searched like crazy across various apps and your email client because you thought "it must be somewhere in here", you'll appreciate Hiro.

Do people have to signup to use Hiro?

No. Unlike Dropbox or Drive, you can share private tokens that the person you want to communicate with can use without signing up at all. Your mum will love this.

I'm using textfiles, Textmate or my inbox as task-management tool and organizer. Should i look at Hiro?

Very, very strong yes. A lot of people choose Hiro exactly because it allows them to use plain text for taskmanagement, so groups of friends and colleagues can create whatever organizing principle they like.  

Which character sets does Hiro support?

Hiro supports and syncs Unicode UTF8, UTF16 and UTF32, including the Supplementary Multilingual Plane that can hold pretty much everything from musical or mathematical notes to Emoji . Aside from the responsive width of the HTML5 app, it's perfectly safe to use it as pastebin for a quick note containing pretty much any programming language, including Javascript, markdown source, JSON, REST, CSS, HTML etc, and of course some good old ASCII art with friends.

Is Hiro like an online word processor?

No. Those tools are for longer texts, when your mind is focused on formal writing. Hiro is for all the things where those tool would be too slow or too much overhead. Think quick notetaking and notesharing. Scrappy notes or post-it's.

Is Hiro totally free?

For normal daily usage: Yes, forever. But some power features require a monthly plan, which is our business model, instead of selling your data to advertisers. But you can always share as many notes as you like with as many friends as you wish.                    

擴展基本資訊

名稱 Hiro Hiro
ID hmjbiijapgfeeeiibjfdajhkapbnndal
官方網址 https://chrome.google.com/webstore/detail/hiro/hmjbiijapgfeeeiibjfdajhkapbnndal
簡介 Instant collaboration, as simple as messaging.
檔案大小 9.51 KB
安裝次數 86
目前版本 0.11.2
更新時間 2014-12-10
上架時間 2014-12-10
評分 4.44/5 共 9 次評分
開發者 http://hiroapp.com
付費類型 free
擴展官網 https://www.hiroapp.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hiro",
    "short_name": "Hiro",
    "description": "Instant collaboration, as simple as messaging.",
    "version": "0.11.2",
    "author": "Hiro Inc.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48_padding.png",
        "128": "icons\/128_padding.png"
    },
    "background": {
        "scripts": [
            "js\/chrome.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hiroapp.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Hiro"
    },
    "permissions": [
        "contextMenus"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "offline_enabled": true
}