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
官方網址 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"
    ]
}