Kifier

The missing tool to turn your Web 2.0 services into Wiki

Kifierとは何ですか?

KifierはBen Lauによって開発されたChromeの拡張機能で、その主な機能は「The missing tool to turn your Web 2.0 services into Wiki」です。

拡張機能のスクリーンショット

screenshot
screenshot

Kifier拡張機能のCRXファイルをダウンロード

Kifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Kifier is a tool to copy viewing webpage into a hyperlink with title. Then you should paste it on Web 2.0 services like Google Drive , Evernote , Gmail etc. It helps you to link up different service easily. 

Moreover, Kifier may convert the link into another format for site like Google Spreadsheet , which do not support standard hyperlink.

Google Doc/Drive , Evernote , and many other Web 2.0 services provides online  document editing function. Contents can be linked across documents , sites by using hyperlink.  They works similar as wiki but with more advanced features and for your personal / organization data only.

However , making a referral of your current reading site in browser to those services is not straightforward. Because you can not copy site’s URL and title by a single click.

With Kifier, you just have to press the Kifier button at the right of address bar. The URL with page's title will be copied  to clipboard directly. Then you may paste to the target site easily.

If you have dual monitor or installed the Dualless extension , you  may have both of the reading and target site shown on screen at the same time. In such case, you may drag the link in popup dialog to target site. It will be much simpler.

The software is released under open source license, GPL 2.0.                    

拡張機能の基本情報

名前 Kifier Kifier
ID gdndkimfjdalgmebefpdhphbaieihjgn
公式URL https://chromewebstore.google.com/detail/kifier/gdndkimfjdalgmebefpdhphbaieihjgn
説明 The missing tool to turn your Web 2.0 services into Wiki
ファイルサイズ 37.42 KB
インストール数 377
現在のバージョン 0.4.0
最終更新日 2023-12-29
公開日 2013-11-19
評価 2.00/5 合計 1 レビュー
開発者 Ben Lau
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/benlau/kifier
ヘルプページのURL https://github.com/benlau/kifier
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kifier",
    "version": "0.4.0",
    "description": "The missing tool to turn your Web 2.0 services into Wiki",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "icons": {
        "16": "img\/edit-copy.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}