TinyURL
This extension creates a tinyurl for the current browser tab.
什么是TinyURL?
TinyURL是由Ed Robinson开发的Chrome扩展程序,该扩展的主要功能是“This extension creates a tinyurl for the current browser tab.”。
扩展截图
下载TinyURL扩展crx文件
下载TinyURL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The quickest way to shorten and share the URL of the current Chrome tab.
扩展基本信息
名称 | TinyURL |
ID | lbadmllalinlpflkajgkkmjohckpnahm |
官方URL | https://chromewebstore.google.com/detail/tinyurl/lbadmllalinlpflkajgkkmjohckpnahm |
简介 | This extension creates a tinyurl for the current browser tab. |
文件大小 | 6.92 KB |
安装次数 | 10,000 |
当前版本 | 1.0 |
更新时间 | 2013-04-07 |
上架时间 | 2013-04-07 |
评分 | 4.35/5 共51次评分 |
开发者 | Ed Robinson |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This extension creates a tinyurl for the current browser tab.", "name": "TinyURL", "permissions": [ "tabs", "http:\/\/www.tinyurl.com\/" ], "icons": { "48": "icon_48.png", "128": "icon_128.png", "16": "icon_16.png" }, "manifest_version": 2, "version": "1.0" } |