TinyURL Converter
This extension retrieves a tinyURL version of your current tabs URL.
什么是TinyURL Converter?
TinyURL Converter是由Dylan B.开发的Chrome扩展程序,该扩展的主要功能是“This extension retrieves a tinyURL version of your current tabs URL.”。
扩展截图
下载TinyURL Converter扩展crx文件
下载TinyURL Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows the user to get the tinyURL version of their current tabs URL.
扩展基本信息
名称 | TinyURL Converter |
ID | mgimefmoeoefijobogjnagloodfiepig |
官方URL | https://chromewebstore.google.com/detail/tinyurl-converter/mgimefmoeoefijobogjnagloodfiepig |
简介 | This extension retrieves a tinyURL version of your current tabs URL. |
文件大小 | 228 KB |
安装次数 | 105 |
当前版本 | 1.2 |
更新时间 | 2014-07-29 |
上架时间 | 2014-07-28 |
开发者 | Dylan B. |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinyURL Converter", "description": "This extension retrieves a tinyURL version of your current tabs URL.", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/tinyurl.com\/" ] } |