LinkEmu

Quickly bookmark pages and export all your bookmarks to LinkEmu

Что такое LinkEmu?

LinkEmu - это расширение Chrome, разработанное http://linkemu.com, и его основная функция - "Quickly bookmark pages and export all your bookmarks to LinkEmu".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения LinkEmu

Скачайте файлы расширений LinkEmu в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Use the LinkEmu Web Extension along with your account at www.linkemu.com to save bookmarks with one click and organize them later.

Import your entire bookmark list from Chrome or Firefox (also a one-click operation). LinkEmu will create libraries and categorize your bookmarks automatically. It's really that easy.

Sign up for a free LinkEmu account at www.linkemu.com and use this extension to make bookmarking your favorite places on the internet sweet and easy.


What is Link Emu?
____________________________________


LinkEmu is a bookmark manager & social media outlet in a sweet little all-in-one package. 

Organize and share your favorite places on the internet with everyone. Everywhere.

A SIMPLE WAY TO ORGANIZE YOUR LINKS



Make Life Easier with LinkEmu
_____________________________________

Simply open a tab in your web browser for easy access
to your bookmarks. No more endless searching for links to your
most visited websites. And because LinkEmu is cloud-based, you can access your links from anywhere and on any device anywhere in the world.


    -EASY-TO-USE INTERFACE
    -INSTANTLY SHARE BOOKMARKS WITH FRIENDS AND COWORKERS
    -NO MORE ENDLESS SEARCHING FOR BOOKMARKS
    -INCREASED PRODUCTIVITY AT WORK
    -FREE TIER PLAN YOU CAN USE FOREVER

    ---(NO CREDIT CARD REQUIRED)---





Build Libraries
_____________________________

Build easy to navigate libraries to store categories of links. A library is built with a single click. Just name it and you're done!


Categorize
____________________________________
Finding your links has never been easier. Simply store your bookmarks within a category and they'll be ready to use when you need them.



At the Office
_______________________

Share your links at work. Send website links to employees or coworkers to increase productivity by instantly providing a set of organized bookmarks they can reference.


Podcasts
________________________

Save your favorite podcasts and listen to episodes right in your browser.




Accessibility
_________________________

Access your bookmarks from anywhere. With LinkEmu your bookmarks are no longer tied to your home computer or any of your many devices.




At Home
________________________

Save and group the links you use most. Use the LinkEmu system to save your bill pay websites, favorite stores, and reference sites.




SEO
_________________________

For PRO users and higher all links are "do follow", making all the sites you store visible to Google and other search engines.




One-touch Save
_________________________
Save whatever page you're on to your profile with a click. With LinkEmu's extension for the Chrome browser you can click the emu and save the web address to your LinkEmu account immediately and categorize it later.



Free
______________________

Store a limited amount of links for free. Forever.                    

Основная информация о расширении

Название LinkEmu LinkEmu
ID mdonhaggjlkiembndfppnkpeihpogjmh
Официальный URL https://chrome.google.com/webstore/detail/linkemu/mdonhaggjlkiembndfppnkpeihpogjmh
Описание Quickly bookmark pages and export all your bookmarks to LinkEmu
Размер файла 453 KB
Количество установок 16
Текущая Версия 1.6
Последнее Обновление 2018-01-14
Дата публикации 2018-01-14
Рейтинг 3.60/5 Всего 5 оценок
Разработчик http://linkemu.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.linkemu.com
URL страницы помощи https://www.linkemu.com/help
URL страницы политики конфиденциальности https://www.linkemu.com/privacy_policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.6",
    "name": "LinkEmu",
    "homepage_url": "https:\/\/www.linkemu.com",
    "description": "Quickly bookmark pages and export all your bookmarks to LinkEmu",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/main.css",
                "css\/materialize.min.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon-round.png"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery-3.2.1.min.js"
        ]
    },
    "icons": {
        "16": "images\/emu-orange.png",
        "48": "images\/icon-round.png",
        "128": "images\/icon-round.png"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "contextMenus"
    ]
}