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
电子邮箱 [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"
    }
}