Bookmark manager, Shorten URL, Text highlight

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

Wat is Bookmark manager, Shorten URL, Text highlight?

Bookmark manager, Shorten URL, Text highlight is een Chrome-extensie ontwikkeld door https://linkish.io, en de belangrijkste functie is "Save links to linkish.io dashboard, shorten links for sharing, highlight text on webpages and add comments".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bookmark manager, Shorten URL, Text highlight

Download Bookmark manager, Shorten URL, Text highlight-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bookmark manager, Shorten URL, Text highlight Bookmark manager, Shorten URL, Text highlight
ID fbjmoldenkgkhfcdpfmnehobokdmhngd
Officiële URL https://chromewebstore.google.com/detail/bookmark-manager-shorten/fbjmoldenkgkhfcdpfmnehobokdmhngd
Beschrijving Save links to linkish.io dashboard, shorten links for sharing, highlight text on webpages and add comments
Bestandsgrootte 1.59 MB
Aantal Installaties 1,174
Huidige Versie 1.1.4
Laatst Bijgewerkt 2021-04-08
Publicatiedatum 2020-10-12
Beoordeling 4.33/5 Totaal 12 Beoordelingen
Ontwikkelaar https://linkish.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://linkish.io/
Help Pagina-URL https://linkish.io/
URL van de Privacybeleid Pagina https://auth.linkish.io/privacy-policy
Ondersteunde Talen 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"
    ]
}