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
Eメール [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'"
}