Bookmark manager, Shorten URL, Text highlight

Save links to linkish.io dashboard, shorten links for sharing, highlight text on webpages and add comments

What is Bookmark manager, Shorten URL, Text highlight?

Bookmark manager, Shorten URL, Text highlight is a Chrome extension developed by https://linkish.io, and its main feature is "Save links to linkish.io dashboard, shorten links for sharing, highlight text on webpages and add comments".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Bookmark manager, Shorten URL, Text highlight Extension CRX File

Download Bookmark manager, Shorten URL, Text highlight 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

                        linkish.io is a functional yet beautiful way of organizing and viewing links.

You can watch youtube/vimeo videos, listen to soundcloud audio, see images, read articles and visit website links and much more right from one dashboard. You will soon be able to save your links in an encrypted form (Even we can't read them! 😉)

It can be used as a :
1. Bookmark manager for individuals : Import browser bookmarks and easily organize them
2. Content curation tool for researchers : Go through your thousands of research links faster
3. Visual board for creatives : Images / videos / audios embedded in one place
4. Link manager for companies : Manage links collaboratively internally with your team

How is it better than other bookmarking apps?
1. Easy link imports and exports
You can either drop your bookmark export file in the dashboard or use our browser extension to automatically pull your browser bookmarks. You can also import local csv files of links. You can import links from the existing apps you use like Pocket and Raindrop too. It is a one time progress beyond which you will never need those other apps.

2. Organize with tags & folders
Pocket won't give the folder structure you desperately need to organize those 1000+ links. Once they are added you need to remember the tags it had to search it again. Linkish helps you personalize your links by adding custom tags while you organize them in infinite nested child folder structure. Movies > Comedy > 2020 > Irresistible

3. Many ways to view a link
Other apps embed only a handful of content from your links. You still would have to open 20+ tabs just to see what is in rest of the links. Linkish automatically embed video/audio content from 50+ websites without you lifting a finger and rest links open in a sidebar with built-in preview in a single tab.

4. Can organize the tags too
Other apps either flatten your nested folder or charge you for nested folders which is opposite of what a bookmark organizing app should do. Linkish at the time of bulk import of your bookmark exports in HTML / CSV format, keeps the folder structure intact as you had in browser bookmark area.

5. Built-In privacy (coming soon)
These days any digitally transferred data is not safe from being hacked and we understand some of your links, personal notes or documents are highly sensitive. Linkish allows you to password protect your individual folders by encrypting them locally in your browser. Your data would make sense only to you when you enter the password.                    

Extension Basic Information

Name Bookmark manager, Shorten URL, Text highlight Bookmark manager, Shorten URL, Text highlight
ID fbjmoldenkgkhfcdpfmnehobokdmhngd
Official URL https://chromewebstore.google.com/detail/bookmark-manager-shorten/fbjmoldenkgkhfcdpfmnehobokdmhngd
Description Save links to linkish.io dashboard, shorten links for sharing, highlight text on webpages and add comments
File Size 1.59 MB
Installation Count 1,174
Current Version 1.1.4
Last Updated 2021-04-08
Publish Date 2020-10-12
Rating 4.33/5 Total 12 Ratings
Developer https://linkish.io
Email [email protected]
Payment Type free
Extension Website https://linkish.io/
Help Page URL https://linkish.io/
Privacy Policy Page URL https://auth.linkish.io/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark manager, Shorten URL, Text highlight",
    "description": "Save links to linkish.io dashboard, shorten links for sharing, highlight text on webpages and add comments",
    "version": "1.1.4",
    "manifest_version": 2,
    "icons": {
        "32": "assets\/images\/logo-32.png",
        "48": "assets\/images\/logo-48.png",
        "96": "assets\/images\/logo-96.png",
        "128": "assets\/images\/logo-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "unlimitedStorage",
        "clipboardWrite",
        ""
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "assets\/images\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "assets\/js\/purify.min.js",
                "lib.js",
                "comment.js",
                "content.js"
            ],
            "css": [
                "assets\/css\/highlight.css",
                "assets\/css\/muli-fonts.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "assets\/*",
        "*.png",
        "*.ttf",
        "*.eot",
        "*.woff2"
    ]
}