Kifier

The missing tool to turn your Web 2.0 services into Wiki

What is Kifier?

Kifier is a Chrome extension developed by Ben Lau, and its main feature is "The missing tool to turn your Web 2.0 services into Wiki".

Extension Screenshots

screenshot
screenshot

Download Kifier Extension CRX File

Download Kifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Kifier Kifier
ID gdndkimfjdalgmebefpdhphbaieihjgn
Official URL https://chromewebstore.google.com/detail/kifier/gdndkimfjdalgmebefpdhphbaieihjgn
Description The missing tool to turn your Web 2.0 services into Wiki
File Size 37.42 KB
Installation Count 377
Current Version 0.4.0
Last Updated 2023-12-29
Publish Date 2013-11-19
Rating 2.00/5 Total 1 Ratings
Developer Ben Lau
Email [email protected]
Payment Type free
Extension Website https://github.com/benlau/kifier
Help Page URL https://github.com/benlau/kifier
Supported Languages 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"
    }
}