hive - Custom URL Shortener
Shorten, Share, Manage. Google Chrome Extension for URL Shortener at hive.am
什么是hive - Custom URL Shortener?
hive - Custom URL Shortener是由https://hiveam.com开发的Chrome扩展程序,该扩展的主要功能是“Shorten, Share, Manage. Google Chrome Extension for URL Shortener at hive.am”。
扩展截图
下载hive - Custom URL Shortener扩展crx文件
下载hive - Custom URL Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
HIVE allows you to shorten URL's, share them, and create a statistic easily.
Shorten your URL's quickly and easily with our web service. You can do this on our website (https://hiveam.com) or with our native Google Chrome extension.
Besides the intuitive usability there are various optional features available. Among other things you can set a password for your link or bundle those in order to share or archive them.
HIVE can be used anonymously or with an account.
For more information, visit our website https://hiveam.com 扩展基本信息
| 名称 | |
| ID | jnjofakbpnpoemididcgegnhmpaelgfi |
| 官方URL | https://chromewebstore.google.com/detail/hive-custom-url-shortener/jnjofakbpnpoemididcgegnhmpaelgfi |
| 简介 | Shorten, Share, Manage. Google Chrome Extension for URL Shortener at hive.am |
| 文件大小 | 68.37 KB |
| 安装次数 | 150 |
| 当前版本 | 2.1.0 |
| 更新时间 | 2019-02-13 |
| 上架时间 | 2019-02-13 |
| 评分 | 4.60/5 共10次评分 |
| 开发者 | https://hiveam.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://hiveam.com |
| 帮助页面URL | https://hiveam.com/contact |
| 隐私政策页面URL | https://hiveam.com/privacy |
| 支持的语言 | de,en |
| manifest.json | |
{
"author": "Its Hive, Inc",
"background": {
"page": "background\/background.html"
},
"browser_action": {
"default_icon": "icons\/icon16.png"
},
"content_scripts": [
{
"js": [
"content_scripts\/oncopy.js"
],
"matches": [
"http:\/\/*\/*"
]
}
],
"default_locale": "en",
"description": "__MSG_appDesc__",
"homepage_url": "https:\/\/hiveam.com",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
},
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAtUeZkvgqxMJl96\/N7coSi\/uctBMFX9H3GFgI\/AqAQXXeI+N9ppEJeE8aYCn9REEDpl1qzD65jVN987W0oT8Xr4TJUlFPEJdWI28W5a4zxOqPvnzOtlABTYAIp6DV\/RLAUJPAPAcqSr\/Fqsx+VtoogB4JiC5yCf+aXO1MwtUFtQIDAQAB",
"manifest_version": 2,
"name": "__MSG_appName__",
"options_page": "options\/options.html",
"permissions": [
"contextMenus",
"https:\/\/hiveam.com\/api",
"tabs",
"notifications",
"clipboardWrite",
"clipboardRead"
],
"short_name": "hive",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.1.0",
"web_accessible_resources": [
"icons\/icon48.png",
"icons\/icon48_red.png"
]
} | |