Rite.ly

Shorten links on the fly

什么是Rite.ly?

Rite.ly是由http://rite.ly开发的Chrome扩展程序,该扩展的主要功能是“Shorten links on the fly”。

扩展截图

screenshot

下载Rite.ly扩展crx文件

下载Rite.ly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Shorten links , add CTAs , brand every link you share.                    

扩展基本信息

名称 Rite.ly Rite.ly
ID nhmphdnfikgklchmdgfglggllcoejoia
官方URL https://chrome.google.com/webstore/detail/ritely/nhmphdnfikgklchmdgfglggllcoejoia
简介 Shorten links on the fly
文件大小 715 KB
安装次数 1,000
当前版本 0.0.3
更新时间 2017-03-20
上架时间 2017-03-20
评分 5.00/5 共5次评分
开发者 http://rite.ly
电子邮箱 [email protected]
付费类型 free
扩展官网 https://rite.ly
隐私政策页面URL https://ritekit.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rite.ly",
    "short_name": "Rite.ly : Call To A ction",
    "description": "Shorten links on the fly",
    "version": "0.0.3",
    "icons": {
        "16": "ritely-extension-shared\/img\/icon-16.png",
        "48": "ritely-extension-shared\/img\/icon-48.png",
        "256": "ritely-extension-shared\/img\/icon-256.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "ritely-extension-shared\/img\/icon-19.png",
            "38": "ritely-extension-shared\/img\/icon-76.png"
        },
        "default_popup": "native\/main.html",
        "default_title": "Rite.ly"
    },
    "background": {
        "page": "native\/background.html",
        "persistent": true
    },
    "options_ui": {
        "page": "native\/options.html",
        "chrome_style": true
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.ritetag.com\/*",
            "https:\/\/*.rite.ly\/*",
            "https:\/\/*.twitter.com\/*",
            "https:\/\/buffer.com\/*",
            "https:\/\/1487482361.rsc.cdn77.org\/*"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/rite.ly; object-src 'self'"
}