LinkEmu

Quickly bookmark pages and export all your bookmarks to LinkEmu

Co to jest LinkEmu?

LinkEmu to rozszerzenie Chrome opracowane przez http://linkemu.com, a jego główną funkcją jest „Quickly bookmark pages and export all your bookmarks to LinkEmu”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LinkEmu

Pobierz pliki rozszerzeń LinkEmu w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LinkEmu LinkEmu
ID mdonhaggjlkiembndfppnkpeihpogjmh
Oficjalny URL https://chrome.google.com/webstore/detail/linkemu/mdonhaggjlkiembndfppnkpeihpogjmh
Opis Quickly bookmark pages and export all your bookmarks to LinkEmu
Rozmiar pliku 453 KB
Liczba instalacji 16
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2018-01-14
Data Publikacji 2018-01-14
Ocena 3.60/5 Łącznie 5 Oceny
Deweloper http://linkemu.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.linkemu.com
Adres URL Strony Pomocy https://www.linkemu.com/help
Adres URL Strony Polityki Prywatności https://www.linkemu.com/privacy_policy
Obsługiwane Języki 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"
    ]
}