tinyurl
tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help
什么是tinyurl?
tinyurl是由Ford_Lawnmower开发的Chrome扩展程序,该扩展的主要功能是“tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help”。
扩展截图
下载tinyurl扩展crx文件
下载tinyurl扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome extension to create a tinyurl link from the current page. Just click the tinyurl icon and a new link is generated. Click the [Copy] button to copy the tinyurl link to the clipboard.
扩展基本信息
名称 | tinyurl |
ID | ncopefcmfgoggbajoelmainelilpcamf |
官方URL | https://chromewebstore.google.com/detail/tinyurl/ncopefcmfgoggbajoelmainelilpcamf |
简介 | tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help |
文件大小 | 3.67 KB |
安装次数 | 2,301 |
当前版本 | 1.0 |
更新时间 | 2013-06-23 |
上架时间 | 2013-06-23 |
评分 | 4.67/5 共15次评分 |
开发者 | Ford_Lawnmower |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tinyurl", "version": "1.0", "manifest_version": 2, "description": "tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help", "browser_action": { "default_icon": "tinyurl.ico", "default_popup": "popup.html" }, "permissions": [ "http:\/\/tinyurl.com\/*", "tabs" ] } |