LinkEmu

Quickly bookmark pages and export all your bookmarks to LinkEmu

LinkEmu là gì?

LinkEmu là một tiện ích mở rộng Chrome được phát triển bởi http://linkemu.com, và tính năng chính của nó là "Quickly bookmark pages and export all your bookmarks to LinkEmu".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LinkEmu

Tải xuống các tệp mở rộng LinkEmu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LinkEmu LinkEmu
ID mdonhaggjlkiembndfppnkpeihpogjmh
URL Chính Thức https://chrome.google.com/webstore/detail/linkemu/mdonhaggjlkiembndfppnkpeihpogjmh
Mô tả Quickly bookmark pages and export all your bookmarks to LinkEmu
Kích Thước Tệp 453 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2018-01-14
Ngày Phát Hành 2018-01-14
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://linkemu.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.linkemu.com
URL Trang Trợ Giúp https://www.linkemu.com/help
URL Trang Chính Sách Bảo Mật https://www.linkemu.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}