Rankle.me

This extension will help you submit new items to rankle.me

什麼是Rankle.me?

Rankle.me是由https://beta.rankle.me開發的Chrome擴展程式,該擴展的主要功能是“This extension will help you submit new items to rankle.me”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Rankle.me擴展crx文件

下載Rankle.me擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        RANKLE - YOUR PERSONAL WEB.

FIND
COLLECT
SHARE 

all about your interests!

Discover and Search the Topics of your Interests visually, create your Bookmarks Collections, follow your Friends and likeminded People and share the Content you love.


The Social Interest Graph
The Rankle concept is based on the "Social Interest Graph" combining interest-based Content Recommendation with a Social factor, in the believe that you and your friends always share common interests.

Your personal Access to the Web
Rankle is designed to be your personal Access to the Web, receiving constantly new and inspiring Content matching your Interests, save your Favourites and exchange with your Friends about topics that really matters for you.

Our Users are our Curators
We strongly believe that a great Web Discovery Solution can only as good as the users are involved and can contribute. That's why our Ranking Algorithm is solely based on qualitative factor of the user interaction such as our 5 Star Ranking, Bookmarking and Sharing Signals to calculate a Content Rating. Rankle does not crawl the whole web. Instead of that, Rankle only takes into account Content users bookmark and therewith register in our index.

Visual Surfing with Content Cards
We also believe that Web Surfing has to be visual and not just textual. That's why we provide our Content Recommendations in Cards with either embedded Video and Audio Files or Screenshots of the related Sites with a one-click Link to the Site. You can play Video and Audio files directly in Rankle as well open directly the site of the content. Rankle is a Recommendation Engine and therefore we will guide you to the content of your interest and don't keep you captured on Rankle.

Machine Learning System
We also applied a Machine Learning Algorithm, wich constantly learns from the user interaction in order make even more precise Recommendations according to the users interests.

No Sign-up Barriers
While other systems first enforces the user the sign-up, we believe in the opposite way and don't force the users to sign-up, making it open to discover and search without a login. But for sure, we want to have a dedicated Community of users contribute to grow Rankle and helping to constantly improve the quality of the Content Recommendation and the whole Platform.                    

擴展基本資訊

名稱 Rankle.me Rankle.me
ID njmkecaoeoaepkcbcaedladadaciadbo
官方網址 https://chromewebstore.google.com/detail/rankleme/njmkecaoeoaepkcbcaedladadaciadbo
簡介 This extension will help you submit new items to rankle.me
檔案大小 10.07 KB
安裝次數 12
目前版本 1.0
更新時間 2016-07-12
上架時間 2016-07-12
評分 5.00/5 共 2 次評分
開發者 https://beta.rankle.me
付費類型 free
擴展官網 http://www.rankle.me
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rankle.me",
    "description": "This extension will help you submit new items to rankle.me",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "rankle.js"
        ]
    },
    "permissions": [
        "activeTab",
        "background"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}