Rite.ly
Shorten links on the fly
什麼是Rite.ly?
Rite.ly是由http://rite.ly開發的Chrome擴展程式,該擴展的主要功能是“Shorten links on the fly”。
擴展截圖
下載Rite.ly擴展crx文件
下載Rite.ly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Shorten links , add CTAs , brand every link you share.
擴展基本資訊
名稱 | |
ID | nhmphdnfikgklchmdgfglggllcoejoia |
官方網址 | 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'" } |