LinkEmu

Quickly bookmark pages and export all your bookmarks to LinkEmu

¿Qué es LinkEmu?

LinkEmu es una extensión de Chrome desarrollada por http://linkemu.com, y su función principal es "Quickly bookmark pages and export all your bookmarks to LinkEmu".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión LinkEmu

Descarga archivos de extensión LinkEmu en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre LinkEmu LinkEmu
ID mdonhaggjlkiembndfppnkpeihpogjmh
URL Oficial https://chrome.google.com/webstore/detail/linkemu/mdonhaggjlkiembndfppnkpeihpogjmh
Descripción Quickly bookmark pages and export all your bookmarks to LinkEmu
Tamaño del Archivo 453 KB
Cantidad de Instalaciones 16
Versión Actual 1.6
Última Actualización 2018-01-14
Fecha de Publicación 2018-01-14
Calificación 3.60/5 Total de 5 Calificaciones
Desarrollador http://linkemu.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.linkemu.com
URL de la Página de Ayuda https://www.linkemu.com/help
URL de la Página de Política de Privacidad https://www.linkemu.com/privacy_policy
Idiomas Soportados 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"
    ]
}