Bookmark manager, Shorten URL, Text highlight

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

什么是Bookmark manager, Shorten URL, Text highlight?

Bookmark manager, Shorten URL, Text highlight是由https://linkish.io开发的Chrome扩展程序,该扩展的主要功能是“Save links to linkish.io dashboard, shorten links for sharing, highlight text on webpages and add comments”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Bookmark manager, Shorten URL, Text highlight扩展crx文件

下载Bookmark manager, Shorten URL, Text highlight扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Bookmark manager, Shorten URL, Text highlight Bookmark manager, Shorten URL, Text highlight
ID fbjmoldenkgkhfcdpfmnehobokdmhngd
官方URL https://chromewebstore.google.com/detail/bookmark-manager-shorten/fbjmoldenkgkhfcdpfmnehobokdmhngd
简介 Save links to linkish.io dashboard, shorten links for sharing, highlight text on webpages and add comments
文件大小 1.59 MB
安装次数 1,174
当前版本 1.1.4
更新时间 2021-04-08
上架时间 2020-10-12
评分 4.33/5 共12次评分
开发者 https://linkish.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://linkish.io/
帮助页面URL https://linkish.io/
隐私政策页面URL https://auth.linkish.io/privacy-policy
支持的语言 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"
    ]
}