LinkEmu

Quickly bookmark pages and export all your bookmarks to LinkEmu

Qu'est-ce que LinkEmu ?

LinkEmu est une extension Chrome développée par http://linkemu.com, et sa fonction principale est "Quickly bookmark pages and export all your bookmarks to LinkEmu".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LinkEmu

Téléchargez les fichiers d'extension LinkEmu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LinkEmu LinkEmu
ID mdonhaggjlkiembndfppnkpeihpogjmh
URL Officiel https://chrome.google.com/webstore/detail/linkemu/mdonhaggjlkiembndfppnkpeihpogjmh
Description Quickly bookmark pages and export all your bookmarks to LinkEmu
Taille du Fichier 453 KB
Nombre d'Installations 16
Version Actuelle 1.6
Dernière Mise à Jour 2018-01-14
Date de Publication 2018-01-14
Évaluation 3.60/5 Total 5 Évaluations
Développeur http://linkemu.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.linkemu.com
URL de la Page d'Aide https://www.linkemu.com/help
URL de la Page de Politique de Confidentialité https://www.linkemu.com/privacy_policy
Langues Prises en Charge 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"
    ]
}